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:
Justin Holewinski 2011-03-03 14:09:40 +00:00
parent 419454ad37
commit 43b4e23bac

View File

@ -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;
}
}