mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-28 00:40:54 +00:00
fix spello
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27053 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
98d9811db2
commit
45053fc7fc
@ -232,7 +232,7 @@ void ScheduleDAG::EmitNode(SDNode *Node,
|
||||
case ISD::CopyToReg: {
|
||||
unsigned InReg = getVR(Node->getOperand(2), VRBaseMap);
|
||||
unsigned DestReg = cast<RegisterSDNode>(Node->getOperand(1))->getReg();
|
||||
if (InReg != DestReg) // Coallesced away the copy?
|
||||
if (InReg != DestReg) // Coalesced away the copy?
|
||||
MRI->copyRegToReg(*BB, BB->end(), DestReg, InReg,
|
||||
RegMap->getRegClass(InReg));
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user