mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 15:39:06 +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) {
|
||||
// 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…
Reference in New Issue
Block a user