summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/o32_cc_byval.ll
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanak@gmail.com>2011-05-24 19:37:15 +0000
committerAkira Hatanaka <ahatanak@gmail.com>2011-05-24 19:37:15 +0000
commitf29b9c0734ee93c848af5e66dba9dbefc734f024 (patch)
tree580ac13ae4af635a60ef29efa5017cc4aa3bbd20 /test/CodeGen/Mips/o32_cc_byval.ll
parent26b47fd05be3391bdc15f4c33e222d59db70d8ff (diff)
downloadllvm-f29b9c0734ee93c848af5e66dba9dbefc734f024.tar.gz
llvm-f29b9c0734ee93c848af5e66dba9dbefc734f024.tar.bz2
llvm-f29b9c0734ee93c848af5e66dba9dbefc734f024.tar.xz
Fix test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131988 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/o32_cc_byval.ll')
-rw-r--r--test/CodeGen/Mips/o32_cc_byval.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/Mips/o32_cc_byval.ll b/test/CodeGen/Mips/o32_cc_byval.ll
index a3cbd1427d..f504bd7d55 100644
--- a/test/CodeGen/Mips/o32_cc_byval.ll
+++ b/test/CodeGen/Mips/o32_cc_byval.ll
@@ -87,14 +87,14 @@ define void @f3(%struct.S2* nocapture byval %s2) nounwind {
entry:
; CHECK: addiu $sp, $sp, -56
; CHECK: addiu $[[R0:[0-9]+]], $sp, 56
-; CHECK: ori $[[R0:[0-9]+]], $[[R0:[0-9]+]], 4
+; CHECK: ori $[[R0:[0-9]+]], $[[R0]], 4
; CHECK: sw $4, 56($sp)
-; CHECK: sw $5, 0($[[R0:[0-9]+]])
+; CHECK: sw $5, 0($[[R0]])
; CHECK: sw $6, 64($sp)
; CHECK: sw $7, 68($sp)
; CHECK: lw $[[R0:[0-9]+]], 68($sp)
; CHECK: lw $4, 56($sp)
-; CHECK: sw $[[R0:[0-9]+]], 24($sp)
+; CHECK: sw $[[R0]], 24($sp)
%arrayidx = getelementptr inbounds %struct.S2* %s2, i32 0, i32 0, i32 0
%tmp = load i32* %arrayidx, align 4, !tbaa !0