Fix a typo in a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60434 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2008-12-02 19:27:20 +00:00
parent 7b9d67c5bf
commit d118342b25

View File

@ -257,7 +257,7 @@ void RegScavenger::forward() {
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))
continue;