Chromium Code Reviews| Index: src/lithium-allocator.cc |
| =================================================================== |
| --- src/lithium-allocator.cc (revision 6915) |
| +++ src/lithium-allocator.cc (working copy) |
| @@ -478,11 +478,6 @@ |
| } |
| -UsePosition* LiveRange::AddUsePosition(LifetimePosition pos) { |
| - return AddUsePosition(pos, CreateAssignedOperand()); |
| -} |
| - |
| - |
| bool LiveRange::CanCover(LifetimePosition position) const { |
| if (IsEmpty()) return false; |
| return Start().Value() <= position.Value() && |