diff options
Diffstat (limited to 'test/CodeGen/Hexagon/early-if-phi-i1.ll')
-rw-r--r-- | test/CodeGen/Hexagon/early-if-phi-i1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/early-if-phi-i1.ll b/test/CodeGen/Hexagon/early-if-phi-i1.ll index 1649d51269ee..f4af62d6b10e 100644 --- a/test/CodeGen/Hexagon/early-if-phi-i1.ll +++ b/test/CodeGen/Hexagon/early-if-phi-i1.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s +; RUN: llc -march=hexagon < %s ; REQUIRES: asserts ; Check that the early if-conversion does not predicate block1 (where the ; join block has a phi node of type i1). |