For PR1152:
authorReid Spencer <rspencer@reidspencer.com>
Fri, 2 Feb 2007 14:46:29 +0000 (14:46 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 2 Feb 2007 14:46:29 +0000 (14:46 +0000)
commit74ed997d527d35d27690feb5c648489c638947c9
treead553260e336f12b9721cf6c914839b463a56294
parenta07cb7def5c7a065ed80bc024480cb65a3f2fe31
For PR1152:
Step 1: Copy gccas functionality to opt. This endows opt with a new
-std-compile-opts option to get the set of optimization passes that
gccas used. It also adds -disable-inlining and -disable-opt which
both apply only if -std-compile-opts is given. The -strip-debug option
was also removed. It just makes sure that "-strip" gets done early and
is mostly there for compatibility with gccas. Finally, a new
-verify-each option will cause the verify pass to be run after each pass.

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