mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-18 11:24:01 +00:00
Fix typeo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17938 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -89,7 +89,7 @@ namespace llvm {
|
|||||||
/// containing the specified position, or end() if the position is past the
|
/// containing the specified position, or end() if the position is past the
|
||||||
/// end of the interval. If no LiveRange contains this position, but the
|
/// end of the interval. If no LiveRange contains this position, but the
|
||||||
/// position is in a hole, this method returns an iterator pointing the the
|
/// position is in a hole, this method returns an iterator pointing the the
|
||||||
/// LiveRange immediately after the hold.
|
/// LiveRange immediately after the hole.
|
||||||
iterator advanceTo(iterator I, unsigned Pos) {
|
iterator advanceTo(iterator I, unsigned Pos) {
|
||||||
if (Pos >= endNumber())
|
if (Pos >= endNumber())
|
||||||
return end();
|
return end();
|
||||||
|
@ -89,7 +89,7 @@ namespace llvm {
|
|||||||
/// containing the specified position, or end() if the position is past the
|
/// containing the specified position, or end() if the position is past the
|
||||||
/// end of the interval. If no LiveRange contains this position, but the
|
/// end of the interval. If no LiveRange contains this position, but the
|
||||||
/// position is in a hole, this method returns an iterator pointing the the
|
/// position is in a hole, this method returns an iterator pointing the the
|
||||||
/// LiveRange immediately after the hold.
|
/// LiveRange immediately after the hole.
|
||||||
iterator advanceTo(iterator I, unsigned Pos) {
|
iterator advanceTo(iterator I, unsigned Pos) {
|
||||||
if (Pos >= endNumber())
|
if (Pos >= endNumber())
|
||||||
return end();
|
return end();
|
||||||
|
Reference in New Issue
Block a user