diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/gpreg-lazy-binding.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/gpreg-lazy-binding.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/gpreg-lazy-binding.ll b/llvm/test/CodeGen/Mips/gpreg-lazy-binding.ll index 98849ded707..0330d7c36ef 100644 --- a/llvm/test/CodeGen/Mips/gpreg-lazy-binding.ll +++ b/llvm/test/CodeGen/Mips/gpreg-lazy-binding.ll @@ -6,7 +6,7 @@ ; CHECK: jalr $25 ; CHECK: nop ; CHECK-NOT: move $gp -; CHECK: jalr $25 +; CHECK: jr $25 define void @f0() nounwind { entry: |