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 | 31d16b039adbb65d36722d8efd29a6c329d4b20a (patch) | |
tree | f3e0dba5f6817ddf94600c9137a3b8e2eedd357c /lib/Support/APInt.cpp | |
parent | 20b1f5db1e93d28debc6449dcd56da6ca7aa6b67 (diff) |
Allow this to compile now that the header file is checked in.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34581 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/APInt.cpp')
-rw-r--r-- | lib/Support/APInt.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Support/APInt.cpp b/lib/Support/APInt.cpp index 42c8c604e6..d84bb6472a 100644 --- a/lib/Support/APInt.cpp +++ b/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 |