Index: src/x64/lithium-x64.cc |
=================================================================== |
--- src/x64/lithium-x64.cc (revision 6433) |
+++ src/x64/lithium-x64.cc (working copy) |
@@ -848,9 +848,6 @@ |
instr = AssignEnvironment(instr); |
} |
if (current->IsTest() && !instr->IsGoto()) { |
- // TODO(fschneider): Handle test instructions uniformly like |
- // other instructions. This requires us to generate the right |
- // branch instruction already at the HIR level. |
ASSERT(instr->IsControl()); |
HTest* test = HTest::cast(current); |
instr->set_hydrogen_value(test->value()); |