summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Hexagon/inst_zxtb.ll
diff options
context:
space:
mode:
authorColin LeMahieu <colinl@codeaurora.org>2015-06-05 16:00:11 +0000
committerColin LeMahieu <colinl@codeaurora.org>2015-06-05 16:00:11 +0000
commitbe8c453d58a77909b1e35410a8ea6e78f5d0e50c (patch)
treeafa5713ca4843dc1fb05168df4ff5d5024881e67 /llvm/test/MC/Hexagon/inst_zxtb.ll
parent28444b3074c38232d53e3572c52636121b30c5ff (diff)
downloadbcm5719-llvm-be8c453d58a77909b1e35410a8ea6e78f5d0e50c.tar.gz
bcm5719-llvm-be8c453d58a77909b1e35410a8ea6e78f5d0e50c.zip
[Hexagon] Reapply r239097 with tests corrected for shuffling and duplexing.
llvm-svn: 239161
Diffstat (limited to 'llvm/test/MC/Hexagon/inst_zxtb.ll')
-rw-r--r--llvm/test/MC/Hexagon/inst_zxtb.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/MC/Hexagon/inst_zxtb.ll b/llvm/test/MC/Hexagon/inst_zxtb.ll
index 622c03692b2..86da5e52cac 100644
--- a/llvm/test/MC/Hexagon/inst_zxtb.ll
+++ b/llvm/test/MC/Hexagon/inst_zxtb.ll
@@ -1,5 +1,5 @@
-;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \
-;; RUN: | llvm-objdump -s - | FileCheck %s
+; RUN: llc -march=hexagon -filetype=obj %s -o - \
+; RUN: | llvm-objdump -d - | FileCheck %s
define i32 @foo (i8 %a)
{
@@ -7,4 +7,4 @@ define i32 @foo (i8 %a)
ret i32 %1
}
-; CHECK: 0000 e05f0076 00c09f52
+; CHECK: c0 3f 00 57 57003fc0
OpenPOWER on IntegriCloud