| Index: src/ia32/lithium-ia32.cc
|
| diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc
|
| index 4207410cdf28c4dbc5c9c779da85436c7ac0a32f..0b07450ffadab5a33c3d86596d838c0af3080152 100644
|
| --- a/src/ia32/lithium-ia32.cc
|
| +++ b/src/ia32/lithium-ia32.cc
|
| @@ -1349,6 +1349,12 @@ LInstruction* LChunkBuilder::DoMul(HMul* instr) {
|
| }
|
|
|
|
|
| +LInstruction* LChunkBuilder::DoMultiplyAdd(HMultiplyAdd* instr) {
|
| + UNIMPLEMENTED();
|
| + return NULL;
|
| +}
|
| +
|
| +
|
| LInstruction* LChunkBuilder::DoSub(HSub* instr) {
|
| if (instr->representation().IsInteger32()) {
|
| ASSERT(instr->left()->representation().IsInteger32());
|
|
|