diff options
author | Reed Kotler <rkotler@mips.com> | 2012-10-30 00:54:49 +0000 |
---|---|---|
committer | Reed Kotler <rkotler@mips.com> | 2012-10-30 00:54:49 +0000 |
commit | a81175371628fd34b10bfcc03c1c7dbe9a62621a (patch) | |
tree | 844eef58a2e12cb80e03879b4753b21895a74eaf /llvm/test/CodeGen/Mips/helloworld.ll | |
parent | 73ddcfe03fd05af2d86465eef4d38ab739400c78 (diff) | |
download | bcm5719-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/helloworld.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/helloworld.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/helloworld.ll b/llvm/test/CodeGen/Mips/helloworld.ll index bee93accd42..aee58b650e7 100644 --- a/llvm/test/CodeGen/Mips/helloworld.ll +++ b/llvm/test/CodeGen/Mips/helloworld.ll @@ -24,10 +24,10 @@ entry: ; C1: addiu ${{[0-9]+}}, %lo($.str) ; C2: move $25, ${{[0-9]+}} ; C1: move $gp, ${{[0-9]+}} -; C1: jalr ${{[0-9]+}} +; C1: jalrc ${{[0-9]+}} ; SR: restore $ra, [[FS]] ; PE: li $2, 0 -; PE: jr $ra +; PE: jrc $ra } |