forked from OSchip/llvm-project
Re-enable this. The header was committed.
llvm-svn: 34634
This commit is contained in:
parent
ff19957468
commit
f09418d428
|
@ -13,7 +13,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#if 0
|
||||
#define DEBUG_TYPE "apint"
|
||||
#include "llvm/ADT/APInt.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
|
@ -1682,6 +1681,3 @@ void APInt::dump() const
|
|||
cerr << " (" << this->toString(10, false) << ")\n" << std::setbase(10);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue