From c4227f13623a98cea57b9be2bb2c99bc19268f0c Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Sun, 11 Jul 2010 17:01:17 +0000 Subject: Remove TargetInstrInfo::copyRegToReg entirely. Targets must now implement TargetInstrInfo::copyPhysReg instead. There is no longer a default implementation forwarding to copyRegToReg. llvm-svn: 108095 --- llvm/docs/WritingAnLLVMBackend.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/docs/WritingAnLLVMBackend.html') diff --git a/llvm/docs/WritingAnLLVMBackend.html b/llvm/docs/WritingAnLLVMBackend.html index d909a1a3fb7..077dea0ed62 100644 --- a/llvm/docs/WritingAnLLVMBackend.html +++ b/llvm/docs/WritingAnLLVMBackend.html @@ -1310,7 +1310,8 @@ implementation in SparcInstrInfo.cpp: a direct store to a stack slot, return the register number of the destination and the FrameIndex of the stack slot. -
  • copyRegToReg — Copy values between a pair of registers.
  • +
  • copyPhysReg — Copy values between a pair of physical + registers.
  • storeRegToStackSlot — Store a register value to a stack slot.
  • -- cgit v1.2.3