diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-04-04 19:24:48 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-04-04 19:24:48 +0000 |
| commit | 1be6266721097f6710b3d653fba86f834ec6cb5d (patch) | |
| tree | 59f4828cc7239a900d5744e03cb7fd5712c9d2ea | |
| parent | a8bef43fbb1f54e02002a7894ba8d8ec233c5911 (diff) | |
| download | bcm5719-llvm-1be6266721097f6710b3d653fba86f834ec6cb5d.tar.gz bcm5719-llvm-1be6266721097f6710b3d653fba86f834ec6cb5d.zip | |
Make the release build compile
llvm-svn: 2107
| -rw-r--r-- | llvm/lib/VMCore/Pass.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/VMCore/Pass.cpp b/llvm/lib/VMCore/Pass.cpp index b607fe4b804..9596f5234e2 100644 --- a/llvm/lib/VMCore/Pass.cpp +++ b/llvm/lib/VMCore/Pass.cpp @@ -27,7 +27,6 @@ void AnalysisResolver::setAnalysisResolver(Pass *P, AnalysisResolver *AR) { // debugging on, a command line option (--debug-pass) is enabled that causes the // pass name to be printed before it executes. // -#ifndef NDEBUG #include "Support/CommandLine.h" #include <typeinfo> #include <iostream> @@ -88,7 +87,6 @@ void PMDebug::PrintAnalysisSetInfo(unsigned Depth, const char *Msg, void Pass::dumpPassStructure(unsigned Offset = 0) { std::cerr << std::string(Offset*2, ' ') << typeid(*this).name() << "\n"; } -#endif //===----------------------------------------------------------------------===// |

