| Index: src/IceTargetLoweringX8632.h
|
| diff --git a/src/IceTargetLoweringX8632.h b/src/IceTargetLoweringX8632.h
|
| index fe3612c4bf450969972fb452206892bc4e593064..f331dffc1a1ba16b55d802fb4accfb96a60554bb 100644
|
| --- a/src/IceTargetLoweringX8632.h
|
| +++ b/src/IceTargetLoweringX8632.h
|
| @@ -562,7 +562,7 @@ protected:
|
|
|
| bool optimizeScalarMul(Variable *Dest, Operand *Src0, int32_t Src1);
|
|
|
| - const X86InstructionSet InstructionSet;
|
| + X86InstructionSet InstructionSet;
|
| bool IsEbpBasedFrame;
|
| bool NeedsStackAlignment;
|
| size_t SpillAreaSizeBytes;
|
|
|