Index: src/IceAssembler.h |
diff --git a/src/IceAssembler.h b/src/IceAssembler.h |
index b25d9b473dc3f3b2cc24b8adc07987869f0173c6..794cfefefd2bb5671a8f36029b63572ffa4e1ab0 100644 |
--- a/src/IceAssembler.h |
+++ b/src/IceAssembler.h |
@@ -338,7 +338,7 @@ protected: |
private: |
const AssemblerKind Kind; |
- ArenaAllocator<32 * 1024> Allocator; |
+ ArenaAllocator Allocator; |
Jim Stichnoth
2016/02/24 23:23:32
So the assembler arena size increases now, hope th
John
2016/02/24 23:46:05
It was very unfortunate that ArenaAllocator was a
|
/// FunctionName and IsInternal are transferred from the original Cfg object, |
/// since the Cfg object may be deleted by the time the assembler buffer is |
/// emitted. |