From 80075c482c474c39bd06402550211c314c178404 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 22 Aug 2013 21:28:54 +0000 Subject: Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'false'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189068 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/2013-07-01-PHIElimBug.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/PowerPC/2013-07-01-PHIElimBug.ll') diff --git a/test/CodeGen/PowerPC/2013-07-01-PHIElimBug.ll b/test/CodeGen/PowerPC/2013-07-01-PHIElimBug.ll index 635062b..9bf25c8 100644 --- a/test/CodeGen/PowerPC/2013-07-01-PHIElimBug.ll +++ b/test/CodeGen/PowerPC/2013-07-01-PHIElimBug.ll @@ -25,4 +25,4 @@ if.end1018: ; preds = %for.end957, %for.en ret void } -attributes #0 = { nounwind "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 #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" } -- cgit v1.1