| Index: src/jump-target-ia32.cc
|
| ===================================================================
|
| --- src/jump-target-ia32.cc (revision 1142)
|
| +++ src/jump-target-ia32.cc (working copy)
|
| @@ -121,9 +121,9 @@
|
| // backward edge. We negate the condition and emit the merge code
|
| // here.
|
| //
|
| - // TODO(): we should try to avoid negating the condition in the case
|
| - // where there is no merge code to emit. Otherwise, we emit a
|
| - // branch around an unconditional jump.
|
| + // TODO(210): we should try to avoid negating the condition in the
|
| + // case where there is no merge code to emit. Otherwise, we emit
|
| + // a branch around an unconditional jump.
|
| ASSERT(direction_ == BIDIRECTIONAL);
|
| Label original_fall_through;
|
| __ j(NegateCondition(cc), &original_fall_through, NegateHint(hint));
|
|
|