Remove old pass manager.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32927 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel
2007-01-05 20:16:23 +00:00
parent 3b29264c11
commit cccd80dfa3
6 changed files with 5 additions and 1238 deletions

View File

@@ -118,7 +118,6 @@ PassDebugging_New("debug-pass", cl::Hidden,
clEnumValEnd));
} // End of llvm namespace
#ifndef USE_OLD_PASSMANAGER
namespace {
//===----------------------------------------------------------------------===//
@@ -1602,4 +1601,4 @@ void TimingInfo::createTheTimeInfo() {
TheTimeInfo = &*TTI;
}
#endif