summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/mips16-hf-attr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/Mips/mips16-hf-attr.ll')
-rw-r--r--llvm/test/CodeGen/Mips/mips16-hf-attr.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Mips/mips16-hf-attr.ll b/llvm/test/CodeGen/Mips/mips16-hf-attr.ll
index bcae1e92f7c..9d51740f047 100644
--- a/llvm/test/CodeGen/Mips/mips16-hf-attr.ll
+++ b/llvm/test/CodeGen/Mips/mips16-hf-attr.ll
@@ -25,20 +25,20 @@ declare float @foo(float) #2
attributes #0 = {
nounwind
- "less-precise-fpmad"="false" "no-frame-pointer-elim"="true"
+ "less-precise-fpmad"="false" "frame-pointer"="all"
"no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false"
"no-nans-fp-math"="false" "stack-protector-buffer-size"="8"
"unsafe-fp-math"="false" "use-soft-float"="false"
}
attributes #1 = {
nounwind
- "less-precise-fpmad"="false" "no-frame-pointer-elim"="true"
+ "less-precise-fpmad"="false" "frame-pointer"="all"
"no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false"
"no-nans-fp-math"="false" "stack-protector-buffer-size"="8"
"unsafe-fp-math"="false" "use-soft-float"="true"
}
attributes #2 = {
- "less-precise-fpmad"="false" "no-frame-pointer-elim"="true"
+ "less-precise-fpmad"="false" "frame-pointer"="all"
"no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false"
"no-nans-fp-math"="false" "stack-protector-buffer-size"="8"
"unsafe-fp-math"="false" "use-soft-float"="true"
OpenPOWER on IntegriCloud