aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/frame-address.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/frame-address.ll')
-rw-r--r--test/CodeGen/Mips/frame-address.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/frame-address.ll b/test/CodeGen/Mips/frame-address.ll
index 9b9ee21..92946d9 100644
--- a/test/CodeGen/Mips/frame-address.ll
+++ b/test/CodeGen/Mips/frame-address.ll
@@ -8,5 +8,5 @@ entry:
ret i8* %0
; CHECK: move $fp, $sp
-; CHECK: or $2, $fp, $zero
+; CHECK: move $2, $fp
}