| Index: src/IceGlobalContext.h
|
| diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h
|
| index fe50b53bd20a35cf4d4ea5efedf3bb2c07a847df..0a0ed75ad7437502fa23336e071136c4d7ca3b2f 100644
|
| --- a/src/IceGlobalContext.h
|
| +++ b/src/IceGlobalContext.h
|
| @@ -17,8 +17,6 @@
|
|
|
| #include <memory>
|
|
|
| -#include "llvm/Support/Allocator.h"
|
| -
|
| #include "IceDefs.h"
|
| #include "IceClFlags.h"
|
| #include "IceELFObjectWriter.h"
|
| @@ -208,7 +206,7 @@ private:
|
| Ostream *StrDump; // Stream for dumping / diagnostics
|
| Ostream *StrEmit; // Stream for code emission
|
|
|
| - llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 1024 * 1024> Allocator;
|
| + ArenaAllocator Allocator;
|
| VerboseMask VMask;
|
| std::unique_ptr<class ConstantPool> ConstPool;
|
| Intrinsics IntrinsicsInfo;
|
|
|