[llvm-commits] CVS: llvm/lib/Support/APInt.cpp

Reid Spencer reid at x10sys.com
Sat Feb 24 23:30:30 PST 2007



Changes in directory llvm/lib/Support:

APInt.cpp updated: 1.40 -> 1.41
---
Log message:

Allow this to compile now that the header file is checked in.


---
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.40 llvm/lib/Support/APInt.cpp:1.41
--- llvm/lib/Support/APInt.cpp:1.40	Sat Feb 24 20:32:44 2007
+++ llvm/lib/Support/APInt.cpp	Sun Feb 25 01:30:14 2007
@@ -26,8 +26,6 @@
 
 using namespace llvm;
 
-#if 0
-
 // A utility function for allocating memory, checking for allocation failures,
 // and ensuring the contents are zeroed.
 inline static uint64_t* getClearedMemory(uint32_t numWords) {
@@ -1589,5 +1587,3 @@
   cerr << " (" << this->toString(10, false) << ")\n" << std::setbase(10);
 }
 #endif
-
-#endif






More information about the llvm-commits mailing list