| Index: src/IceTargetLoweringMIPS32.cpp
|
| diff --git a/src/IceTargetLoweringMIPS32.cpp b/src/IceTargetLoweringMIPS32.cpp
|
| index 85a9a46c64a516a113b99577cc13deb91fc4991b..9f1aea6bef097d4442b578ee7bc9dcc11dc7c266 100644
|
| --- a/src/IceTargetLoweringMIPS32.cpp
|
| +++ b/src/IceTargetLoweringMIPS32.cpp
|
| @@ -94,7 +94,7 @@ void TargetMIPS32::translateO2() {
|
| genTargetHelperCalls();
|
|
|
| // Merge Alloca instructions, and lay out the stack.
|
| - static constexpr bool SortAndCombineAllocas = true;
|
| + static constexpr bool SortAndCombineAllocas = false;
|
| Func->processAllocas(SortAndCombineAllocas);
|
| Func->dump("After Alloca processing");
|
|
|
|
|