aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-08-22 21:20:14 +0000
committerBill Wendling <isanbard@gmail.com>2013-08-22 21:20:14 +0000
commitcec45be796b88ed99b98411d31bd2ca6dd0fb876 (patch)
tree68f3f3ff681425fb4cebd39cab4ff3527e90c001 /test/CodeGen/ARM
parent062cd9437ff0de45e321f8ddb04f876a4fd90e33 (diff)
downloadexternal_llvm-cec45be796b88ed99b98411d31bd2ca6dd0fb876.zip
external_llvm-cec45be796b88ed99b98411d31bd2ca6dd0fb876.tar.gz
external_llvm-cec45be796b88ed99b98411d31bd2ca6dd0fb876.tar.bz2
Fix some tests. The 'false' version just omits the attribute altogether.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189065 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r--test/CodeGen/ARM/struct-byval-frame-index.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/struct-byval-frame-index.ll b/test/CodeGen/ARM/struct-byval-frame-index.ll
index ae68ce5..04b1065 100644
--- a/test/CodeGen/ARM/struct-byval-frame-index.ll
+++ b/test/CodeGen/ARM/struct-byval-frame-index.ll
@@ -216,7 +216,7 @@ declare void @update_offset_params(i32, i32) #1
declare void @RestoreMVBlock8x8(i32, i32, %structN* byval nocapture, i32) #1
attributes #0 = { nounwind }
-attributes #1 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #1 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
!0 = metadata !{metadata !"any pointer", metadata !1}
!1 = metadata !{metadata !"omnipotent char", metadata !2}