diff options
Diffstat (limited to 'test/CodeGen/Hexagon/compound.ll')
-rw-r--r-- | test/CodeGen/Hexagon/compound.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Hexagon/compound.ll b/test/CodeGen/Hexagon/compound.ll index f8d36b8b77d90..a3bd52f97194f 100644 --- a/test/CodeGen/Hexagon/compound.ll +++ b/test/CodeGen/Hexagon/compound.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=hexagon -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s +; RUN: llc -march=hexagon -filetype=obj -ifcvt-limit=0 -o - %s | llvm-objdump -d - | FileCheck %s ; CHECK: p0 = cmp.gt(r0,#-1); if (!p0.new) jump:nt @@ -14,4 +14,4 @@ ret void y: call void @b() ret void -}
\ No newline at end of file +} |