commit | 53049153cf044fc34e8d1f5516dff6ee7a4d0712 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <peter@pcc.me.uk> | Fri Feb 18 02:59:21 2011 +0000 |
committer | Peter Collingbourne <peter@pcc.me.uk> | Fri Feb 18 02:59:21 2011 +0000 |
tree | 00ec2fbfc61766451a0a236869922a75abfff539 | |
parent | a9a2e8a58db182b56362240790ffa5887f7f32bf [diff] [blame] |
Make -disable-simplify-libcalls work with -std-compile-opts llvm-svn: 125824
diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp index 64c08ab..0a945df 100644 --- a/llvm/tools/opt/opt.cpp +++ b/llvm/tools/opt/opt.cpp
@@ -427,7 +427,7 @@ /*OptimizeSize=*/ false, /*UnitAtATime=*/ true, /*UnrollLoops=*/ true, - /*SimplifyLibCalls=*/ true, + !DisableSimplifyLibCalls, /*HaveExceptions=*/ true, InliningPass); }