diff options
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-03-21 16:59:40 +0000 |
|---|---|---|
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-03-21 16:59:40 +0000 |
| commit | 5e7f06f3540003c501d9c0364a3c359981d4ffc8 (patch) | |
| tree | 2983efa5df1bb9f1bdffa6a8b47adc62741ed122 | |
| parent | de86482ce078e1f5d035f227cba09eb32bb3218f (diff) | |
| download | bcm5719-llvm-5e7f06f3540003c501d9c0364a3c359981d4ffc8.tar.gz bcm5719-llvm-5e7f06f3540003c501d9c0364a3c359981d4ffc8.zip | |
[Hexagon] Add -march=hexagon to a testcase
llvm-svn: 298395
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/early-if-phi-i1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/early-if-phi-i1.ll b/llvm/test/CodeGen/Hexagon/early-if-phi-i1.ll index 1649d51269e..f4af62d6b10 100644 --- a/llvm/test/CodeGen/Hexagon/early-if-phi-i1.ll +++ b/llvm/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). |

