summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-03-21 16:59:40 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-03-21 16:59:40 +0000
commit5e7f06f3540003c501d9c0364a3c359981d4ffc8 (patch)
tree2983efa5df1bb9f1bdffa6a8b47adc62741ed122
parentde86482ce078e1f5d035f227cba09eb32bb3218f (diff)
downloadbcm5719-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.ll2
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).
OpenPOWER on IntegriCloud