eliminate dependence on StandardPasses.h. The code generator's pass pipeline
authorChris Lattner <sabre@nondot.org>
Sun, 22 May 2011 00:13:44 +0000 (00:13 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 May 2011 00:13:44 +0000 (00:13 +0000)
commit402d9d9935fc1ee4e13675aae7f95072da50db69
treec48d44051524e2eaad14d15a6b87b96841fed922
parentf2007b3c196909be1ee9a8ac4df0ebdfea82f601
eliminate dependence on StandardPasses.h.  The code generator's pass pipeline
should eventually convert to PMBuilder, but I don't plan to do this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131819 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LLVMTargetMachine.cpp