commit | 1ae08e007784a0708d6dae9c37b84bb62d5e1282 | [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 | 91a7d3162b91d1cafa5bae8c04358e0f3bfbdae8 | |
parent | 0b9675d631a33ecde9e11febea48a2c6551bfeec [diff] [blame] |
[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
diff --git a/test/CodeGen/Mips/gpreg-lazy-binding.ll b/test/CodeGen/Mips/gpreg-lazy-binding.ll index bb3ad42..88e596b 100644 --- a/test/CodeGen/Mips/gpreg-lazy-binding.ll +++ b/test/CodeGen/Mips/gpreg-lazy-binding.ll
@@ -2,10 +2,10 @@ @g = external global i32 -; CHECK: or $gp +; CHECK: move $gp ; CHECK: jalr $25 ; CHECK: nop -; CHECK-NOT: or $gp +; CHECK-NOT: move $gp ; CHECK: jalr $25 define void @f0() nounwind {