From 66bdab132240edcdcca88ca87173052f151d7933 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 6 May 2013 20:57:23 +0000 Subject: [PATCH] Reduce attributes. llvm-svn: 181245 --- llvm/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll b/llvm/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll index be550366286d..3468a457e95f 100644 --- a/llvm/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll +++ b/llvm/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll @@ -28,5 +28,5 @@ entry: declare void @foo(float, float) -attributes #0 = { nounwind ssp uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" } -attributes #1 = { nounwind ssp uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" } +attributes #0 = { "no-frame-pointer-elim"="true" } +attributes #1 = { "no-frame-pointer-elim"="false" }