commit | 90d238ce8aa68c4ecb9a8d038ba09f263acf4305 | [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 | 0b13401ce22b9785cf6f3f1a4da25f6dc0aafd27 | |
parent | 5ad596f9d27a67767118857471e63b55bfb152d6 [diff] [blame] |
Make -disable-simplify-libcalls work with -std-compile-opts git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125824 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 64c08ab..0a945df 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp
@@ -427,7 +427,7 @@ /*OptimizeSize=*/ false, /*UnitAtATime=*/ true, /*UnrollLoops=*/ true, - /*SimplifyLibCalls=*/ true, + !DisableSimplifyLibCalls, /*HaveExceptions=*/ true, InliningPass); }