Re-enable this. The header was committed.

llvm-svn: 34634
This commit is contained in:
Reid Spencer 2007-02-26 08:10:54 +00:00
parent ff19957468
commit f09418d428
1 changed files with 0 additions and 4 deletions

View File

@ -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