Index: src/compiler/instruction.h |
diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h |
index 05128c6cdf42d22ab993f2f870a17890557b735b..f16f6bcf5bea931dc19f795bd85c3fc79d0a0fdd 100644 |
--- a/src/compiler/instruction.h |
+++ b/src/compiler/instruction.h |
@@ -34,8 +34,6 @@ class V8_EXPORT_PRIVATE InstructionOperand { |
public: |
static const int kInvalidVirtualRegister = -1; |
- // TODO(dcarney): recover bit. INVALID can be represented as UNALLOCATED with |
- // kInvalidVirtualRegister and some DCHECKS. |
enum Kind { |
INVALID, |
UNALLOCATED, |