summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/frame-address.ll
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-03-04 22:25:01 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-03-04 22:25:01 +0000
commit1ae08e007784a0708d6dae9c37b84bb62d5e1282 (patch)
tree91a7d3162b91d1cafa5bae8c04358e0f3bfbdae8 /test/CodeGen/Mips/frame-address.ll
parent0b9675d631a33ecde9e11febea48a2c6551bfeec (diff)
downloadllvm-1ae08e007784a0708d6dae9c37b84bb62d5e1282.tar.gz
llvm-1ae08e007784a0708d6dae9c37b84bb62d5e1282.tar.bz2
llvm-1ae08e007784a0708d6dae9c37b84bb62d5e1282.tar.xz
[mips] Print move instructions.
"move $4, $5" is printed instead of "or $4, $5, $zero". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176455 91177308-0d34-0410-b5e6-96231b3b80d8
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 9b9ee217a8..92946d9ffd 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
}