Changes in directory llvm/lib/Support:
APInt.cpp updated: 1.39 -> 1.40 --- Log message: this doesn't compile, disable it --- 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.39 llvm/lib/Support/APInt.cpp:1.40 --- llvm/lib/Support/APInt.cpp:1.39 Sat Feb 24 19:56:07 2007 +++ llvm/lib/Support/APInt.cpp Sat Feb 24 20:32:44 2007 @@ -26,6 +26,8 @@ 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) { @@ -1587,3 +1589,5 @@ 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