summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/RISCV/interrupt-attr-nocall.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/RISCV/interrupt-attr-nocall.ll')
-rw-r--r--llvm/test/CodeGen/RISCV/interrupt-attr-nocall.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/RISCV/interrupt-attr-nocall.ll b/llvm/test/CodeGen/RISCV/interrupt-attr-nocall.ll
index 3b3ee617b13..c36a01ca3d9 100644
--- a/llvm/test/CodeGen/RISCV/interrupt-attr-nocall.ll
+++ b/llvm/test/CodeGen/RISCV/interrupt-attr-nocall.ll
@@ -760,4 +760,4 @@ define void @foo_fp_double() nounwind #1 {
}
attributes #0 = { "interrupt"="machine" }
-attributes #1 = { "interrupt"="machine" "no-frame-pointer-elim"="true" }
+attributes #1 = { "interrupt"="machine" "frame-pointer"="all" }
OpenPOWER on IntegriCloud