Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.cc (revision 35264) |
| +++ runtime/vm/flow_graph_compiler_x64.cc (working copy) |
| @@ -1150,7 +1150,6 @@ |
| // current function is in R13 instead of PP. |
| __ JmpPatchable(&StubCode::FixCallersTargetLabel(), R13); |
| - // TOOD(zra): Is this descriptor used? |
| AddCurrentDescriptor(PcDescriptors::kLazyDeoptJump, |
| Isolate::kNoDeoptId, |
| 0); // No token position. |