aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-25 02:32:44 +0000
committerChris Lattner <sabre@nondot.org>2007-02-25 02:32:44 +0000
commit0f07e55312d4b2be83061b27e8f5cc6bed606a16 (patch)
tree5b72140a0b44eceb2dea846966661bc69170d4ab /lib/Support
parent3eba4540217de9f29ff8f1d31f1119f88ff550a4 (diff)
downloadexternal_llvm-0f07e55312d4b2be83061b27e8f5cc6bed606a16.zip
external_llvm-0f07e55312d4b2be83061b27e8f5cc6bed606a16.tar.gz
external_llvm-0f07e55312d4b2be83061b27e8f5cc6bed606a16.tar.bz2
this doesn't compile, disable it
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34571 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/APInt.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Support/APInt.cpp b/lib/Support/APInt.cpp
index d84bb64..42c8c60 100644
--- a/lib/Support/APInt.cpp
+++ b/lib/Support/APInt.cpp
@@ -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