| Index: src/arm/lithium-codegen-arm.h
|
| ===================================================================
|
| --- src/arm/lithium-codegen-arm.h (revision 10367)
|
| +++ src/arm/lithium-codegen-arm.h (working copy)
|
| @@ -411,7 +411,7 @@
|
| virtual void Generate() = 0;
|
| virtual LInstruction* instr() = 0;
|
|
|
| - void SetExit(Label *exit) { external_exit_ = exit; }
|
| + void SetExit(Label* exit) { external_exit_ = exit; }
|
| Label* entry() { return &entry_; }
|
| Label* exit() { return external_exit_ != NULL ? external_exit_ : &exit_; }
|
| int instruction_index() const { return instruction_index_; }
|
|
|