From f245ae5a4a78d5a02b3b9e2dae819077a56d81e7 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 25 Jul 2013 00:34:29 +0000 Subject: Replace the "NoFramePointerElimNonLeaf" target option with a function attribute. There's no need to specify a flag to omit frame pointer elimination on non-leaf nodes...(Honestly, I can't parse that option out.) Use the function attribute stuff instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187093 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llc/llc.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/llc') diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp index b62f41aec8..c66106b594 100644 --- a/tools/llc/llc.cpp +++ b/tools/llc/llc.cpp @@ -262,7 +262,6 @@ static int compileModule(char **argv, LLVMContext &Context) { TargetOptions Options; Options.LessPreciseFPMADOption = EnableFPMAD; Options.NoFramePointerElim = DisableFPElim; - Options.NoFramePointerElimNonLeaf = DisableFPElimNonLeaf; Options.AllowFPOpFusion = FuseFPOps; Options.UnsafeFPMath = EnableUnsafeFPMath; Options.NoInfsFPMath = EnableNoInfsFPMath; -- cgit v1.2.3