| Index: src/DartARM32/assembler_arm.h
 | 
| diff --git a/src/DartARM32/assembler_arm.h b/src/DartARM32/assembler_arm.h
 | 
| index 175bb3670959128efc15cda0d1e6e32f6818a375..1f8fe59939d84a7a314604e10dd254f36ed6dac1 100644
 | 
| --- a/src/DartARM32/assembler_arm.h
 | 
| +++ b/src/DartARM32/assembler_arm.h
 | 
| @@ -1069,10 +1069,14 @@ class Assembler : public ValueObject {
 | 
|  
 | 
|    bool use_far_branches_;
 | 
|  
 | 
| +#if 0
 | 
|    // If you are thinking of using one or both of these instructions directly,
 | 
|    // instead LoadImmediate should probably be used.
 | 
| +  // Moved to ARM::AssemblerARM32::movw
 | 
|    void movw(Register rd, uint16_t imm16, Condition cond = AL);
 | 
| +  // Moved to ARM::AssemblerARM32::movt
 | 
|    void movt(Register rd, uint16_t imm16, Condition cond = AL);
 | 
| +#endif
 | 
|  
 | 
|    void BindARMv6(Label* label);
 | 
|    void BindARMv7(Label* label);
 | 
| 
 |