| Index: src/hydrogen-instructions.h
|
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
|
| index 823a43264a11e5ab3456e2b0eb5edb7cd211052f..47c9a55e08180cb1f429b55117452dcd26daa985 100644
|
| --- a/src/hydrogen-instructions.h
|
| +++ b/src/hydrogen-instructions.h
|
| @@ -63,7 +63,6 @@ class LChunkBuilder;
|
|
|
|
|
| #define HYDROGEN_CONCRETE_INSTRUCTION_LIST(V) \
|
| - V(AbnormalExit) \
|
| V(AccessArgumentsAt) \
|
| V(Add) \
|
| V(Allocate) \
|
| @@ -1625,16 +1624,6 @@ class HReturn: public HTemplateControlInstruction<0, 3> {
|
| };
|
|
|
|
|
| -class HAbnormalExit: public HTemplateControlInstruction<0, 0> {
|
| - public:
|
| - virtual Representation RequiredInputRepresentation(int index) {
|
| - return Representation::None();
|
| - }
|
| -
|
| - DECLARE_CONCRETE_INSTRUCTION(AbnormalExit)
|
| -};
|
| -
|
| -
|
| class HUnaryOperation: public HTemplateInstruction<1> {
|
| public:
|
| explicit HUnaryOperation(HValue* value) {
|
|
|