forked from OSchip/llvm-project
parent
2350056dba
commit
4ae31ba82c
|
@ -26,6 +26,8 @@
|
||||||
|
|
||||||
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) {
|
||||||
|
@ -1587,3 +1589,5 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue