Make opt -O3 act more like clang -O3 etc., by making the inlining thresholds
authorEli Friedman <eli.friedman@gmail.com>
Mon, 18 Jan 2010 22:38:31 +0000 (22:38 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 18 Jan 2010 22:38:31 +0000 (22:38 +0000)
commit74733a7e46553e37295de9014c5d8a4bd59a0355
tree91f5951453d338bc2142f716ccc56569cba9922f
parent9cfb3adf44e14cca2b32c447b36574ef82a7aa6b
Make opt -O3 act more like clang -O3 etc., by making the inlining thresholds
match.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93798 91177308-0d34-0410-b5e6-96231b3b80d8
tools/opt/opt.cpp