diff options
author | Chris Lattner <sabre@nondot.org> | 2007-02-25 02:32:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-02-25 02:32:44 +0000 |
commit | 4ae31ba82cfabc786b4bc426335d18fca3d7aeaf (patch) | |
tree | 34cd32e189a8c27c86cf9cc3bdc766214a1bab10 /llvm/lib/Support/APInt.cpp | |
parent | 2350056dba6191079c8429a52ce98310603eb348 (diff) | |
download | bcm5719-llvm-4ae31ba82cfabc786b4bc426335d18fca3d7aeaf.tar.gz bcm5719-llvm-4ae31ba82cfabc786b4bc426335d18fca3d7aeaf.zip |
this doesn't compile, disable it
llvm-svn: 34571
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
-rw-r--r-- | llvm/lib/Support/APInt.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Support/APInt.cpp b/llvm/lib/Support/APInt.cpp index d84bb6472af..42c8c604e69 100644 --- a/llvm/lib/Support/APInt.cpp +++ b/llvm/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 |