diff options
Diffstat (limited to 'lib/Support/APInt.cpp')
-rw-r--r-- | lib/Support/APInt.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Support/APInt.cpp b/lib/Support/APInt.cpp index 0beee10cc6..1a2f0e0b94 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 - |