aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Hexagon/memops3.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Hexagon/memops3.ll')
-rw-r--r--test/CodeGen/Hexagon/memops3.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Hexagon/memops3.ll b/test/CodeGen/Hexagon/memops3.ll
index 6cd7fdc4861..606be7096e2 100644
--- a/test/CodeGen/Hexagon/memops3.ll
+++ b/test/CodeGen/Hexagon/memops3.ll
@@ -4,7 +4,7 @@
define void @f(i8* nocapture %p) nounwind {
entry:
-; CHECK: memb(r{{[0-9]+}}{{ *}}+{{ *}}#10){{ *}}-={{ *}}#1
+; CHECK: memb(r{{[0-9]+}}+#10) -= #1
%add.ptr = getelementptr inbounds i8, i8* %p, i32 10
%0 = load i8, i8* %add.ptr, align 1
%conv = zext i8 %0 to i32
@@ -16,7 +16,7 @@ entry:
define void @g(i8* nocapture %p, i32 %i) nounwind {
entry:
-; CHECK: memb(r{{[0-9]+}}{{ *}}+{{ *}}#10){{ *}}-={{ *}}#1
+; CHECK: memb(r{{[0-9]+}}+#10) -= #1
%add.ptr.sum = add i32 %i, 10
%add.ptr1 = getelementptr inbounds i8, i8* %p, i32 %add.ptr.sum
%0 = load i8, i8* %add.ptr1, align 1