summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2015-11-23 05:41:05 +0000
committerXinliang David Li <davidxl@google.com>2015-11-23 05:41:05 +0000
commita2124eebbdeb2149ae0d07154ce8c41784e1c143 (patch)
tree395d559c65ac17933c3a4cbcca0ad73e403361a5 /clang/lib/Frontend/CompilerInvocation.cpp
parent7010ed6be390f9232d8beef3c55fe438b315a4f0 (diff)
downloadbcm5719-llvm-a2124eebbdeb2149ae0d07154ce8c41784e1c143.tar.gz
bcm5719-llvm-a2124eebbdeb2149ae0d07154ce8c41784e1c143.zip
Revert r253846 (build bot failure))
llvm-svn: 253851
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInvocation.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp
index 26f93895a48..91917cf5100 100644
--- a/clang/lib/Frontend/CompilerInvocation.cpp
+++ b/clang/lib/Frontend/CompilerInvocation.cpp
@@ -453,8 +453,7 @@ static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK,
Opts.CXXCtorDtorAliases = Args.hasArg(OPT_mconstructor_aliases);
Opts.CodeModel = getCodeModel(Args, Diags);
Opts.DebugPass = Args.getLastArgValue(OPT_mdebug_pass);
- Opts.DisableFPElim =
- (Args.hasArg(OPT_mdisable_fp_elim) || Args.hasArg(OPT_pg));
+ Opts.DisableFPElim = Args.hasArg(OPT_mdisable_fp_elim);
Opts.DisableFree = Args.hasArg(OPT_disable_free);
Opts.DisableTailCalls = Args.hasArg(OPT_mdisable_tail_calls);
Opts.FloatABI = Args.getLastArgValue(OPT_mfloat_abi);
OpenPOWER on IntegriCloud