| Index: src/IceTargetLoweringMIPS32.h
|
| diff --git a/src/IceTargetLoweringMIPS32.h b/src/IceTargetLoweringMIPS32.h
|
| index 7c9c656359d93db901b03f433307a64230b3501d..9570385c44873a7ea0c893fac1c0cdeee43efa1a 100644
|
| --- a/src/IceTargetLoweringMIPS32.h
|
| +++ b/src/IceTargetLoweringMIPS32.h
|
| @@ -563,6 +563,7 @@ protected:
|
| bool NeedsStackAlignment = false;
|
| bool MaybeLeafFunc = true;
|
| bool PrologEmitsFixedAllocas = false;
|
| + bool VariableAllocaUsed = false;
|
| uint32_t MaxOutArgsSizeBytes = 0;
|
| uint32_t TotalStackSizeBytes = 0;
|
| static SmallBitVector TypeToRegisterSet[RCMIPS32_NUM];
|
|
|