diff options
Diffstat (limited to 'llvm/test/CodeGen/RISCV/rotl-rotr.ll')
| -rw-r--r-- | llvm/test/CodeGen/RISCV/rotl-rotr.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/RISCV/rotl-rotr.ll b/llvm/test/CodeGen/RISCV/rotl-rotr.ll index 49b540eb2b1..d3f08804a3d 100644 --- a/llvm/test/CodeGen/RISCV/rotl-rotr.ll +++ b/llvm/test/CodeGen/RISCV/rotl-rotr.ll @@ -5,7 +5,7 @@ ; These IR sequences will generate ISD::ROTL and ISD::ROTR nodes, that the ; RISC-V backend must be able to select -define i32 @rotl(i32 %x, i32 %y) { +define i32 @rotl(i32 %x, i32 %y) nounwind { ; RV32I-LABEL: rotl: ; RV32I: # %bb.0: ; RV32I-NEXT: addi a2, zero, 32 @@ -21,7 +21,7 @@ define i32 @rotl(i32 %x, i32 %y) { ret i32 %d } -define i32 @rotr(i32 %x, i32 %y) { +define i32 @rotr(i32 %x, i32 %y) nounwind { ; RV32I-LABEL: rotr: ; RV32I: # %bb.0: ; RV32I-NEXT: addi a2, zero, 32 |

