From: Reid Spencer Date: Mon, 26 Feb 2007 08:10:54 +0000 (+0000) Subject: Re-enable this. The header was committed. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9d1ae8fabeb2c21f24b7bd017d7bec4f51943ed6;p=oota-llvm.git Re-enable this. The header was committed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34634 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/APInt.cpp b/lib/Support/APInt.cpp index 0beee10cc69..1a2f0e0b94c 100644 --- a/lib/Support/APInt.cpp +++ b/lib/Support/APInt.cpp @@ -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 -