this doesn't compile, disable it
authorChris Lattner <sabre@nondot.org>
Sun, 25 Feb 2007 02:32:44 +0000 (02:32 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 25 Feb 2007 02:32:44 +0000 (02:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34571 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/APInt.cpp

index d84bb6472afe85c71d4b0eaf9e7672402a862a15..42c8c604e698d19e1ff0072c1f5c0d344885b460 100644 (file)
@@ -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 @@ void APInt::dump() const
   cerr << " (" << this->toString(10, false) << ")\n" << std::setbase(10);
 }
 #endif
+
+#endif