[llvm-commits] CVS: llvm/lib/Support/APInt.cpp
Reid Spencer
reid at x10sys.com
Mon Feb 26 00:11:14 PST 2007
Changes in directory llvm/lib/Support:
APInt.cpp updated: 1.47 -> 1.48
---
Log message:
Re-enable this. The header was committed.
---
Diffs of the changes: (+0 -4)
APInt.cpp | 4 ----
1 files changed, 4 deletions(-)
Index: llvm/lib/Support/APInt.cpp
diff -u llvm/lib/Support/APInt.cpp:1.47 llvm/lib/Support/APInt.cpp:1.48
--- llvm/lib/Support/APInt.cpp:1.47 Mon Feb 26 01:51:00 2007
+++ llvm/lib/Support/APInt.cpp Mon Feb 26 02:10:54 2007
@@ -13,7 +13,6 @@
//
//===----------------------------------------------------------------------===//
-#if 0
#define DEBUG_TYPE "apint"
#include "llvm/ADT/APInt.h"
#include "llvm/DerivedTypes.h"
@@ -1682,6 +1681,3 @@
cerr << " (" << this->toString(10, false) << ")\n" << std::setbase(10);
}
#endif
-
-#endif
-
More information about the llvm-commits
mailing list