Revert 100204. It broke a bunch of tests and apparently changed what passes are run...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 2 Apr 2010 19:29:15 +0000 (19:29 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 2 Apr 2010 19:29:15 +0000 (19:29 +0000)
commitcf5862d8ac9562e633e6ef7cb55e67c2b7ca9c0a
tree1fc9a3505f838aa39cb8c03741c692c8e7a4c00b
parentd0327f80ecb9d21fca8388efc591b86a30958889
Revert 100204. It broke a bunch of tests and apparently changed what passes are run during codegen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100207 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/llvm/Analysis/LoopPass.h
include/llvm/Assembly/PrintModulePass.h
include/llvm/CallGraphSCCPass.h
include/llvm/CodeGen/MachineFunctionPass.h
include/llvm/CodeGen/Passes.h
include/llvm/Pass.h
lib/Analysis/IPA/CallGraphSCCPass.cpp
lib/Analysis/LoopPass.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineFunctionPass.cpp
lib/CodeGen/MachineFunctionPrinterPass.cpp
lib/VMCore/Pass.cpp
lib/VMCore/PassManager.cpp
lib/VMCore/PrintModulePass.cpp