diff options
Diffstat (limited to 'test/MC/Hexagon/inst_cmp_ugti.ll')
-rw-r--r-- | test/MC/Hexagon/inst_cmp_ugti.ll | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/MC/Hexagon/inst_cmp_ugti.ll b/test/MC/Hexagon/inst_cmp_ugti.ll index a83583457d13..59db552b39f4 100644 --- a/test/MC/Hexagon/inst_cmp_ugti.ll +++ b/test/MC/Hexagon/inst_cmp_ugti.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) { @@ -7,4 +7,6 @@ define i1 @foo (i32 %a) ret i1 %1 } -; CHECK: 0000 40458075 00404089 00c09f52 +; CHECK: p0 = cmp.gtu(r0, #42) +; CHECK: r0 = p0 +; CHECK: jumpr r31 |