mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-14 14:24:05 +00:00
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
This commit is contained in:
@ -26,8 +26,6 @@
|
|||||||
|
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
#if 0
|
|
||||||
|
|
||||||
// A utility function for allocating memory, checking for allocation failures,
|
// A utility function for allocating memory, checking for allocation failures,
|
||||||
// and ensuring the contents are zeroed.
|
// and ensuring the contents are zeroed.
|
||||||
inline static uint64_t* getClearedMemory(uint32_t numWords) {
|
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);
|
cerr << " (" << this->toString(10, false) << ")\n" << std::setbase(10);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Reference in New Issue
Block a user