| Index: src/IceOperand.h
|
| diff --git a/src/IceOperand.h b/src/IceOperand.h
|
| index 1cc0441cabe3f08ebe0040a28f420f0fcdc1af61..08aed06c8577e128b911e1843abd7674c0fe9d1e 100644
|
| --- a/src/IceOperand.h
|
| +++ b/src/IceOperand.h
|
| @@ -528,7 +528,7 @@ enum MetadataKind {
|
| VMK_SingleDefs, // Track uses+defs, but only record single def
|
| VMK_All // Track uses+defs, including full def list
|
| };
|
| -typedef std::vector<const Inst *> InstDefList;
|
| +typedef std::vector<const Inst *, CfgLocalAllocator<const Inst *> > InstDefList;
|
|
|
| // VariableTracking tracks the metadata for a single variable. It is
|
| // only meant to be used internally by VariablesMetadata.
|
|
|