diff options
Diffstat (limited to 'llvm/test/CodeGen/RISCV/select-cc.ll')
| -rw-r--r-- | llvm/test/CodeGen/RISCV/select-cc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/RISCV/select-cc.ll b/llvm/test/CodeGen/RISCV/select-cc.ll index 96eb6ff1010..7faad3bbc09 100644 --- a/llvm/test/CodeGen/RISCV/select-cc.ll +++ b/llvm/test/CodeGen/RISCV/select-cc.ll @@ -2,7 +2,7 @@ ; RUN: llc -mtriple=riscv32 -disable-block-placement -verify-machineinstrs < %s \ ; RUN: | FileCheck -check-prefix=RV32I %s -define i32 @foo(i32 %a, i32 *%b) { +define i32 @foo(i32 %a, i32 *%b) nounwind { ; RV32I-LABEL: foo: ; RV32I: # %bb.0: ; RV32I-NEXT: lw a2, 0(a1) |

