Re-enable this. The header was committed.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 26 Feb 2007 08:10:54 +0000 (08:10 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 26 Feb 2007 08:10:54 +0000 (08:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34634 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/APInt.cpp

index 0beee10cc69bc84982efbb87a9140f10d9afc18d..1a2f0e0b94ca57c26a1ab7475c1ab6de44137d86 100644 (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
-