| Index: src/IceTargetLoweringX8632.h
|
| diff --git a/src/IceTargetLoweringX8632.h b/src/IceTargetLoweringX8632.h
|
| index 577334091288c28cf61b853861cfd2d6287c14d6..ae1634b6837456d3ab912071bcc18077c63905ae 100644
|
| --- a/src/IceTargetLoweringX8632.h
|
| +++ b/src/IceTargetLoweringX8632.h
|
| @@ -560,6 +560,8 @@ protected:
|
| Context.getLastInserted()->setDestNonKillable();
|
| }
|
|
|
| + bool optimizeScalarMul(Variable *Dest, Operand *Src0, int32_t Src1);
|
| +
|
| const X86InstructionSet InstructionSet;
|
| bool IsEbpBasedFrame;
|
| bool NeedsStackAlignment;
|
|
|