| Index: src/IceTargetLoweringX8632.h
|
| diff --git a/src/IceTargetLoweringX8632.h b/src/IceTargetLoweringX8632.h
|
| index a921294479490c37404e3d2610b529879cffd06a..0b46e1bde9201aa44f389b900e144beee94f9549 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;
|
|
|