summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/null.ll
diff options
context:
space:
mode:
authorReed Kotler <rkotler@mips.com>2012-10-30 00:54:49 +0000
committerReed Kotler <rkotler@mips.com>2012-10-30 00:54:49 +0000
commita81175371628fd34b10bfcc03c1c7dbe9a62621a (patch)
tree844eef58a2e12cb80e03879b4753b21895a74eaf /llvm/test/CodeGen/Mips/null.ll
parent73ddcfe03fd05af2d86465eef4d38ab739400c78 (diff)
downloadbcm5719-llvm-a81175371628fd34b10bfcc03c1c7dbe9a62621a.tar.gz
bcm5719-llvm-a81175371628fd34b10bfcc03c1c7dbe9a62621a.zip
Change mips16 delay slot jumps to non delay slot forms by default.
We will make them delay slot forms if there is something that can be placed in the delay slot during a separate pass. Mips16 extended instructions cannot be placed in delay slots. llvm-svn: 166990
Diffstat (limited to 'llvm/test/CodeGen/Mips/null.ll')
-rw-r--r--llvm/test/CodeGen/Mips/null.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/null.ll b/llvm/test/CodeGen/Mips/null.ll
index 7beae99c455..00c66a9928f 100644
--- a/llvm/test/CodeGen/Mips/null.ll
+++ b/llvm/test/CodeGen/Mips/null.ll
@@ -8,6 +8,6 @@ entry:
; 16: .set mips16 # @main
-; 16: jr $ra
+; 16: jrc $ra
}
OpenPOWER on IntegriCloud