Fix a typo in a comment.

llvm-svn: 60434
This commit is contained in:
Dan Gohman 2008-12-02 19:27:20 +00:00
parent ecd5b5f2b2
commit 7e9daef644
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ void RegScavenger::forward() {
continue; continue;
} }
// Skip is this is merely redefining part of a super-register. // Skip if this is merely redefining part of a super-register.
if (RedefinesSuperRegPart(MI, MO, TRI)) if (RedefinesSuperRegPart(MI, MO, TRI))
continue; continue;