mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 14:46:53 +00:00
Make the release build compile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2107 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
61f64f9b6a
commit
22c3982cd3
@ -27,7 +27,6 @@ void AnalysisResolver::setAnalysisResolver(Pass *P, AnalysisResolver *AR) {
|
|||||||
// debugging on, a command line option (--debug-pass) is enabled that causes the
|
// debugging on, a command line option (--debug-pass) is enabled that causes the
|
||||||
// pass name to be printed before it executes.
|
// pass name to be printed before it executes.
|
||||||
//
|
//
|
||||||
#ifndef NDEBUG
|
|
||||||
#include "Support/CommandLine.h"
|
#include "Support/CommandLine.h"
|
||||||
#include <typeinfo>
|
#include <typeinfo>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
@ -88,7 +87,6 @@ void PMDebug::PrintAnalysisSetInfo(unsigned Depth, const char *Msg,
|
|||||||
void Pass::dumpPassStructure(unsigned Offset = 0) {
|
void Pass::dumpPassStructure(unsigned Offset = 0) {
|
||||||
std::cerr << std::string(Offset*2, ' ') << typeid(*this).name() << "\n";
|
std::cerr << std::string(Offset*2, ' ') << typeid(*this).name() << "\n";
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
Loading…
Reference in New Issue
Block a user