summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/cext-check.ll
diff options
context:
space:
mode:
authorColin LeMahieu <colinl@codeaurora.org>2014-12-22 21:40:43 +0000
committerColin LeMahieu <colinl@codeaurora.org>2014-12-22 21:40:43 +0000
commit4b1eac4dda6eb82d4c1bce1a4a1800e36f777c98 (patch)
tree2dce23ad85f0a15f401475458b36cbfb69ffece0 /llvm/test/CodeGen/Hexagon/cext-check.ll
parent9a6f2836db75968682b3ed98bfe642000bcbd815 (diff)
downloadbcm5719-llvm-4b1eac4dda6eb82d4c1bce1a4a1800e36f777c98.tar.gz
bcm5719-llvm-4b1eac4dda6eb82d4c1bce1a4a1800e36f777c98.zip
[Hexagon] Adding memb instruction. Fixing whitespace in test from 224730.
llvm-svn: 224735
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/cext-check.ll')
-rw-r--r--llvm/test/CodeGen/Hexagon/cext-check.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/cext-check.ll b/llvm/test/CodeGen/Hexagon/cext-check.ll
index 7c4b19e5a40..bad51cf3b94 100644
--- a/llvm/test/CodeGen/Hexagon/cext-check.ll
+++ b/llvm/test/CodeGen/Hexagon/cext-check.ll
@@ -29,9 +29,9 @@ return:
}
define i32 @cext_test2(i8* %a) nounwind {
-; CHECK-NOT: r{{[0-9]+}}{{ *}}={{ *}}memub(r{{[0-9]+}}+##1023)
+; CHECK-NOT: r{{[0-9]+}}{{ *}}={{ *}}memub(r{{[0-9]+}}+{{ *}}##1023)
; CHECK: r{{[0-9]+}}{{ *}}={{ *}}add(r{{[0-9]+}}{{ *}},{{ *}}##300000)
-; CHECK: r{{[0-9]+}}{{ *}}={{ *}}memub(r{{[0-9]+}}+##1024)
+; CHECK: r{{[0-9]+}}{{ *}}={{ *}}memub(r{{[0-9]+}}{{ *}}+{{ *}}##1024)
; CHECK-NOT: r{{[0-9]+}}{{ *}}={{ *}}add(r{{[0-9]+}}{{ *}},{{ *}}##6000)
entry:
%tobool = icmp ne i8* %a, null
OpenPOWER on IntegriCloud