mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 02:32:11 +00:00
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:
parent
7b9d67c5bf
commit
d118342b25
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user