| Index: src/IceCfgNode.h
|
| diff --git a/src/IceCfgNode.h b/src/IceCfgNode.h
|
| index 4a27af6f71d3db498ade65c5f65f82cd4318e446..f7e7b0e20ee07e190a13a94901874682ba04a85e 100644
|
| --- a/src/IceCfgNode.h
|
| +++ b/src/IceCfgNode.h
|
| @@ -72,7 +72,7 @@ public:
|
| /// @{
|
| InstList &getInsts() { return Insts; }
|
| PhiList &getPhis() { return Phis; }
|
| - void appendInst(Inst *Inst);
|
| + void appendInst(Inst *Instr);
|
| void renumberInstructions();
|
| /// Rough and generally conservative estimate of the number of instructions in
|
| /// the block. It is updated when an instruction is added, but not when
|
|
|