* Remove the -stopraise option, which is no longer needed now that we have
authorChris Lattner <sabre@nondot.org>
Sun, 22 Sep 2002 18:50:22 +0000 (18:50 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Sep 2002 18:50:22 +0000 (18:50 +0000)
commitcc377df7f5286801e5d294d1f3971095560e7bc1
tree05cd2fe7b0b46e48cba5ddbcad5f86f7f52f0027
parentbdccb0097061e05b506592c25b3b5e9e0692c950
* Remove the -stopraise option, which is no longer needed now that we have
  the -debug-pass=Arguments option
* Run instcombining BEFORE mem2reg so that getelementptr X, long 0's are
  cleaned up.  This is also important because scalar replacement of aggr.
  will want instcombine to run before it goes as well.

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