| Index: runtime/vm/intermediate_language_x64.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language_x64.cc (revision 13424)
|
| +++ runtime/vm/intermediate_language_x64.cc (working copy)
|
| @@ -586,7 +586,7 @@
|
| result = !result;
|
| }
|
| } else {
|
| - // TODO(vegorov): should be eliminated earlier by constant propagation.
|
| + // TODO(vegorov): should be eliminated earlier by constant propagation.
|
| result = FlowGraphCompiler::EvaluateCondition(
|
| true_condition,
|
| Smi::Cast(left.constant()).Value(),
|
|
|