diff options
Diffstat (limited to 'test/MC/Hexagon/inst_sxth.ll')
| -rw-r--r-- | test/MC/Hexagon/inst_sxth.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/Hexagon/inst_sxth.ll b/test/MC/Hexagon/inst_sxth.ll index f0bcf584efa9..5d1223da8e08 100644 --- a/test/MC/Hexagon/inst_sxth.ll +++ b/test/MC/Hexagon/inst_sxth.ll @@ -1,5 +1,5 @@ -;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \ -;; RUN: | llvm-objdump -s - | FileCheck %s +; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \ +; RUN: | llvm-objdump -d - | FileCheck %s define i32 @foo (i16 %a) { @@ -7,4 +7,4 @@ define i32 @foo (i16 %a) ret i32 %1 } -; CHECK: 0000 0040e070 00c09f52 +; CHECK: c0 3f 00 54 54003fc0
\ No newline at end of file |
