diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-06-09 19:06:30 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-06-09 19:06:30 +0000 |
| commit | 85d8b2bbe386bcfe669575d05b61482d7be07e5d (patch) | |
| tree | 1dc5e75ab222a9ead44c699eceafab7a6ca7b310 /test/MC/Hexagon/inst_cmp_gti.ll | |
| parent | 5a5ac124e1efaf208671f01c46edb15f29ed2a0b (diff) | |
Notes
Diffstat (limited to 'test/MC/Hexagon/inst_cmp_gti.ll')
| -rw-r--r-- | test/MC/Hexagon/inst_cmp_gti.ll | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/MC/Hexagon/inst_cmp_gti.ll b/test/MC/Hexagon/inst_cmp_gti.ll index 18ba3e463ef7f..f3c13a2fb96e6 100644 --- a/test/MC/Hexagon/inst_cmp_gti.ll +++ b/test/MC/Hexagon/inst_cmp_gti.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 40454075 00404089 00c09f52 +; CHECK: p0 = cmp.gt(r0, #42) +; CHECK: r0 = p0 +; CHECK: jumpr r31 |
