| Index: src/IceTargetLoweringMIPS32.cpp
|
| diff --git a/src/IceTargetLoweringMIPS32.cpp b/src/IceTargetLoweringMIPS32.cpp
|
| index e4f2fd09e6e34acc2f975029f91c3cd053bc47d4..42745c08c289199f0328a9915c1da538aa71f1f8 100644
|
| --- a/src/IceTargetLoweringMIPS32.cpp
|
| +++ b/src/IceTargetLoweringMIPS32.cpp
|
| @@ -84,7 +84,7 @@ const char *getRegClassName(RegClass C) {
|
| }
|
|
|
| // Stack alignment
|
| -constexpr uint32_t MIPS32_STACK_ALIGNMENT_BYTES = 8;
|
| +constexpr uint32_t MIPS32_STACK_ALIGNMENT_BYTES = 16;
|
|
|
| // Value is in bytes. Return Value adjusted to the next highest multiple of the
|
| // stack alignment required for the given type.
|
|
|