| Index: src/ia32/lithium-ia32.h | 
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h | 
| index 29f7de725e32366f66bb30d780d636fbaf8be84e..b4f4d5de97d210ff7adef81fdd962868d9ff531c 100644 | 
| --- a/src/ia32/lithium-ia32.h | 
| +++ b/src/ia32/lithium-ia32.h | 
| @@ -2771,6 +2771,8 @@ class LChunkBuilder V8_FINAL BASE_EMBEDDED { | 
| // Build the sequence for the graph. | 
| LPlatformChunk* Build(); | 
|  | 
| +  LInstruction* CheckElideControlInstruction(HControlInstruction* instr); | 
| + | 
| // Declare methods that deal with the individual node types. | 
| #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); | 
| HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) | 
|  |