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
-



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to