diff options
Diffstat (limited to 'llvm/test/CodeGen/RISCV/interrupt-attr.ll')
-rw-r--r-- | llvm/test/CodeGen/RISCV/interrupt-attr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/RISCV/interrupt-attr.ll b/llvm/test/CodeGen/RISCV/interrupt-attr.ll index f7831edac21..040521a8edf 100644 --- a/llvm/test/CodeGen/RISCV/interrupt-attr.ll +++ b/llvm/test/CodeGen/RISCV/interrupt-attr.ll @@ -1063,4 +1063,4 @@ define void @foo_fp_with_call() #3 { attributes #0 = { nounwind "interrupt"="user" } attributes #1 = { nounwind "interrupt"="supervisor" } attributes #2 = { nounwind "interrupt"="machine" } -attributes #3 = { nounwind "interrupt"="machine" "no-frame-pointer-elim"="true" } +attributes #3 = { nounwind "interrupt"="machine" "frame-pointer"="all" } |