| Index: src/IceSwitchLowering.h
|
| diff --git a/src/IceSwitchLowering.h b/src/IceSwitchLowering.h
|
| index 380626b5ddfd8e81d5a01233b9498ce32dd49e9f..5b9f673e302394595433c6abf51d1f7a956b35d8 100644
|
| --- a/src/IceSwitchLowering.h
|
| +++ b/src/IceSwitchLowering.h
|
| @@ -60,7 +60,7 @@ public:
|
|
|
| /// Discover cases which can be clustered together and return the clusters
|
| /// ordered by case value.
|
| - static CaseClusterArray clusterizeSwitch(Cfg *Func, const InstSwitch *Inst);
|
| + static CaseClusterArray clusterizeSwitch(Cfg *Func, const InstSwitch *Instr);
|
|
|
| private:
|
| CaseClusterKind Kind;
|
|
|