diff options
Diffstat (limited to 'llvm/test/CodeGen/RISCV/calling-conv.ll')
-rw-r--r-- | llvm/test/CodeGen/RISCV/calling-conv.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/RISCV/calling-conv.ll b/llvm/test/CodeGen/RISCV/calling-conv.ll index 53685937283..56f1de682d7 100644 --- a/llvm/test/CodeGen/RISCV/calling-conv.ll +++ b/llvm/test/CodeGen/RISCV/calling-conv.ll @@ -1,7 +1,7 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc -mtriple=riscv32 -verify-machineinstrs < %s \ ; RUN: | FileCheck -check-prefix=RV32I-FPELIM %s -; RUN: llc -mtriple=riscv32 -verify-machineinstrs -disable-fp-elim < %s \ +; RUN: llc -mtriple=riscv32 -verify-machineinstrs -frame-pointer=all < %s \ ; RUN: | FileCheck -check-prefix=RV32I-WITHFP %s ; As well as calling convention details, we check that ra and fp are |