diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-25 07:30:14 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-25 07:30:14 +0000 |
commit | 28555779b4cb23d4720739805c67caa18efb9de9 (patch) | |
tree | aa1bb91a8cf576225da4d414effd5b9aa3cd9bcf /llvm/lib/Support/APInt.cpp | |
parent | 16f043a12aabfc3454663bf57984dcb457a9d2f7 (diff) | |
download | bcm5719-llvm-28555779b4cb23d4720739805c67caa18efb9de9.tar.gz bcm5719-llvm-28555779b4cb23d4720739805c67caa18efb9de9.zip |
Allow this to compile now that the header file is checked in.
llvm-svn: 34581
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
-rw-r--r-- | llvm/lib/Support/APInt.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Support/APInt.cpp b/llvm/lib/Support/APInt.cpp index 42c8c604e69..d84bb6472af 100644 --- a/llvm/lib/Support/APInt.cpp +++ b/llvm/lib/Support/APInt.cpp @@ -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 @@ void APInt::dump() const cerr << " (" << this->toString(10, false) << ")\n" << std::setbase(10); } #endif - -#endif |