aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/APInt.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-26 08:10:54 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-26 08:10:54 +0000
commit9d1ae8fabeb2c21f24b7bd017d7bec4f51943ed6 (patch)
treeece45fa53f4806cc7e68e4ec26b2963d75083ed3 /lib/Support/APInt.cpp
parent6e50f8cfe9aad6eb0aab81cf7ef0819cd90ce34c (diff)
Re-enable this. The header was committed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34634 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/APInt.cpp')
-rw-r--r--lib/Support/APInt.cpp4
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
-