Index: src/IceDefs.h |
diff --git a/src/IceDefs.h b/src/IceDefs.h |
index 66a500fe950f46a312caa41b1a8d84b4fe2dad36..52bb11af04fa83e440bd1ae2cdd1a1d7a3a3428e 100644 |
--- a/src/IceDefs.h |
+++ b/src/IceDefs.h |
@@ -107,6 +107,8 @@ typedef std::vector<Variable *, CfgLocalAllocator<Variable *>> VarList; |
typedef std::vector<CfgNode *, CfgLocalAllocator<CfgNode *>> NodeList; |
typedef std::vector<Constant *> ConstantList; |
+typedef std::vector<VariableDeclaration *> VariableDeclarationList; |
+ |
// SizeT is for holding small-ish limits like number of source |
// operands in an instruction. It is used instead of size_t (which |
// may be 64-bits wide) when we want to save space. |