mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-25 16:31:33 +00:00
PTX: Fix Emacs renaming a symbol
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126938 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
419454ad37
commit
43b4e23bac
@ -43,7 +43,7 @@ void PTXInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
|
||||
if (map[i].cls->contains(DstReg, SrcReg)) {
|
||||
BuildMI(MBB, I, DL,
|
||||
get(map[i].opcode), DstReg).addReg(SrcReg,
|
||||
Getkillregstate(KillSrc));
|
||||
getKillRegState(KillSrc));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user