diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/llvm-ir/ret.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/llvm-ir/ret.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/Mips/llvm-ir/ret.ll b/llvm/test/CodeGen/Mips/llvm-ir/ret.ll index de104f97551..e2bfd9f6d04 100644 --- a/llvm/test/CodeGen/Mips/llvm-ir/ret.ll +++ b/llvm/test/CodeGen/Mips/llvm-ir/ret.ll @@ -31,7 +31,7 @@ define void @ret_void() { ; NOT-R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JR ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR -; R6C-DAG: jic $ra, 0 # <MCInst #{{[0-9]+}} JIC +; R6C-DAG: jrc $ra # <MCInst #{{[0-9]+}} JIC ret void } @@ -181,7 +181,7 @@ define float @ret_float_0x3() { ; NOT-R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JR ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR -; R6C-DAG: jic $ra, 0 # <MCInst #{{[0-9]+}} JIC +; R6C-DAG: jrc $ra # <MCInst #{{[0-9]+}} JIC ; float constants are written as double constants ret float 0x36b8000000000000 @@ -200,7 +200,7 @@ define double @ret_double_0x0() { ; NOT-R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JR ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR -; R6C-DAG: jic $ra, 0 # <MCInst #{{[0-9]+}} JIC +; R6C-DAG: jrc $ra # <MCInst #{{[0-9]+}} JIC ret double 0x0000000000000000 } @@ -214,7 +214,7 @@ define double @ret_double_0x3() { ; NOT-R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JR ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR -; R6C-DAG: jic $ra, 0 # <MCInst #{{[0-9]+}} JIC +; R6C-DAG: jrc $ra # <MCInst #{{[0-9]+}} JIC ret double 0x0000000000000003 } |