summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitf09418d4283281879593a0fab68ef047e5eea5ea (patch)
treec3524af9fe04da7fe39efdcdd793a7b40bee8a75 /llvm/lib/Support/APInt.cpp
parentff199574685b45b27cd751ecc7dc295d4a830252 (diff)
downloadbcm5719-llvm-f09418d4283281879593a0fab68ef047e5eea5ea.tar.gz
bcm5719-llvm-f09418d4283281879593a0fab68ef047e5eea5ea.zip
Re-enable this. The header was committed.
llvm-svn: 34634
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
-rw-r--r--llvm/lib/Support/APInt.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Support/APInt.cpp b/llvm/lib/Support/APInt.cpp
index 0beee10cc69..1a2f0e0b94c 100644
--- a/llvm/lib/Support/APInt.cpp
+++ b/llvm/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
-
OpenPOWER on IntegriCloud