mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
this doesn't compile, disable it
llvm-svn: 34571
This commit is contained in:
parent
18388d5d40
commit
5adebeb207
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user