| Index: src/IceGlobalContext.h
|
| diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h
|
| index 1b66294c7e98bf08f7255445036e1ceae37b81e5..9508b07a27367f182f0003c8d6491d542eb6ed98 100644
|
| --- a/src/IceGlobalContext.h
|
| +++ b/src/IceGlobalContext.h
|
| @@ -197,7 +197,7 @@ private:
|
| Ostream *StrDump; // Stream for dumping / diagnostics
|
| Ostream *StrEmit; // Stream for code emission
|
|
|
| - ArenaAllocator Allocator;
|
| + ArenaAllocator<> Allocator;
|
| VerboseMask VMask;
|
| std::unique_ptr<class ConstantPool> ConstPool;
|
| Intrinsics IntrinsicsInfo;
|
|
|