[llvm-commits] CVS: llvm/lib/Support/APInt.cpp
Chris Lattner
sabre at nondot.org
Sun Feb 25 23:51:16 PST 2007
Changes in directory llvm/lib/Support:
APInt.cpp updated: 1.46 -> 1.47
---
Log message:
another missing header :( :( :(
---
Diffs of the changes: (+4 -0)
APInt.cpp | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm/lib/Support/APInt.cpp
diff -u llvm/lib/Support/APInt.cpp:1.46 llvm/lib/Support/APInt.cpp:1.47
--- llvm/lib/Support/APInt.cpp:1.46 Mon Feb 26 01:44:38 2007
+++ llvm/lib/Support/APInt.cpp Mon Feb 26 01:51:00 2007
@@ -13,6 +13,7 @@
//
//===----------------------------------------------------------------------===//
+#if 0
#define DEBUG_TYPE "apint"
#include "llvm/ADT/APInt.h"
#include "llvm/DerivedTypes.h"
@@ -1681,3 +1682,6 @@
cerr << " (" << this->toString(10, false) << ")\n" << std::setbase(10);
}
#endif
+
+#endif
+
More information about the llvm-commits
mailing list