| Index: src/IceOperand.h
|
| diff --git a/src/IceOperand.h b/src/IceOperand.h
|
| index 6eb5eb9bc526fc82f3ec62fd3d9f8791545e4b87..3bbc0e36cc97a3f4b8a5c450540b1f0bef743258 100644
|
| --- a/src/IceOperand.h
|
| +++ b/src/IceOperand.h
|
| @@ -525,7 +525,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 *, CfgLocalAllocator<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.
|
|
|