mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192455 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5b51fd5b55
commit
d2f8df50fb
@ -104,7 +104,7 @@ bool ExpandPostRA::LowerSubregToReg(MachineInstr *MI) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (DstSubReg == InsReg) {
|
if (DstSubReg == InsReg) {
|
||||||
// No need to insert an identify copy instruction.
|
// No need to insert an identity copy instruction.
|
||||||
// Watch out for case like this:
|
// Watch out for case like this:
|
||||||
// %RAX<def> = SUBREG_TO_REG 0, %EAX<kill>, 3
|
// %RAX<def> = SUBREG_TO_REG 0, %EAX<kill>, 3
|
||||||
// We must leave %RAX live.
|
// We must leave %RAX live.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user