Chromium Code Reviews| Index: src/IceCfg.h |
| diff --git a/src/IceCfg.h b/src/IceCfg.h |
| index e3f29c7700c8627dcc48fd4a2f5933ff617a8422..c656961ed74a4daf3a631d5b37ce13c097ffc763 100644 |
| --- a/src/IceCfg.h |
| +++ b/src/IceCfg.h |
| @@ -295,7 +295,7 @@ private: |
| BVT_FramePointer, |
| BVT_UserPointer |
| }; |
| - void sortAndCombineAllocas(CfgVector<Inst *> &Allocas, |
| + void sortAndCombineAllocas(CfgVector<InstAlloca *> &Allocas, |
| uint32_t CombinedAlignment, InstList &Insts, |
| AllocaBaseVariableType BaseVariableType); |
| void findRematerializable(); |