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 + _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits