Re-enable this. The header was committed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34634 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-02-26 08:10:54 +00:00
parent 6e50f8cfe9
commit 9d1ae8fabe

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