mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 22:34:39 +00:00
fix typo in comment
llvm-svn: 192455
This commit is contained in:
parent
4beef11e35
commit
a2fa75e91a
@ -104,7 +104,7 @@ bool ExpandPostRA::LowerSubregToReg(MachineInstr *MI) {
|
||||
}
|
||||
|
||||
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:
|
||||
// %RAX<def> = SUBREG_TO_REG 0, %EAX<kill>, 3
|
||||
// We must leave %RAX live.
|
||||
|
Loading…
x
Reference in New Issue
Block a user