diff options
Diffstat (limited to 'test/MC/Hexagon/inst_cmp_lt.ll')
-rw-r--r-- | test/MC/Hexagon/inst_cmp_lt.ll | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/MC/Hexagon/inst_cmp_lt.ll b/test/MC/Hexagon/inst_cmp_lt.ll index 3a7618421e3d8..80ba16f41418c 100644 --- a/test/MC/Hexagon/inst_cmp_lt.ll +++ b/test/MC/Hexagon/inst_cmp_lt.ll @@ -1,5 +1,5 @@ ;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \ -;; RUN: | llvm-objdump -s - | FileCheck %s +;; RUN: | llvm-objdump -d - | FileCheck %s define i1 @foo (i32 %a, i32 %b) { @@ -7,4 +7,6 @@ define i1 @foo (i32 %a, i32 %b) ret i1 %1 } -; CHECK: 0000 004041f2 00404089 00c09f52 +; CHECK: p0 = cmp.gt(r1, r0) +; CHECK: r0 = p0 +; CHECK: jumpr r31 |