| Index: src/compiler/instruction.h
|
| diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h
|
| index 7b357639efd1d66774424c98a6f8f9cdf740ae0c..31f31758b6d6c250a1580b5a0d110b27267d75e7 100644
|
| --- a/src/compiler/instruction.h
|
| +++ b/src/compiler/instruction.h
|
| @@ -89,6 +89,9 @@ class InstructionOperand : public ZoneObject {
|
| unsigned value_;
|
| };
|
|
|
| +typedef std::vector<InstructionOperand*, zone_allocator<InstructionOperand*> >
|
| + InstructionOperandVector;
|
| +
|
| OStream& operator<<(OStream& os, const InstructionOperand& op);
|
|
|
| class UnallocatedOperand : public InstructionOperand {
|
|
|