Chromium Code Reviews| Index: src/arm/lithium-arm.h |
| =================================================================== |
| --- src/arm/lithium-arm.h (revision 6638) |
| +++ src/arm/lithium-arm.h (working copy) |
| @@ -240,6 +240,10 @@ |
| LOperand* FirstInput() { return InputAt(0); } |
| LOperand* Output() { return HasResult() ? result() : NULL; } |
| +#ifdef DEBUG |
| + void VerifyCall(); |
| +#endif |
| + |
| private: |
| LEnvironment* environment_; |
| SetOncePointer<LPointerMap> pointer_map_; |