commit | c7828356aa19a8b01f2d149142a1caecb441c807 | [log] [tgz] |
---|---|---|
author | Akira Hatanaka <ahatanaka@mips.com> | Mon Mar 04 22:25:01 2013 +0000 |
committer | Akira Hatanaka <ahatanaka@mips.com> | Mon Mar 04 22:25:01 2013 +0000 |
tree | f936d892ac02597f08541392c4abab5333e902b3 | |
parent | 9422dd64f870dd3344ca0e5909872765b517fc11 [diff] [blame] |
[mips] Print move instructions. "move $4, $5" is printed instead of "or $4, $5, $zero". llvm-svn: 176455
diff --git a/llvm/test/CodeGen/Mips/frame-address.ll b/llvm/test/CodeGen/Mips/frame-address.ll index 9b9ee21..92946d9 100644 --- a/llvm/test/CodeGen/Mips/frame-address.ll +++ b/llvm/test/CodeGen/Mips/frame-address.ll
@@ -8,5 +8,5 @@ ret i8* %0 ; CHECK: move $fp, $sp -; CHECK: or $2, $fp, $zero +; CHECK: move $2, $fp }