Remove TargetInstrInfo::copyRegToReg entirely.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 11 Jul 2010 17:01:17 +0000 (17:01 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 11 Jul 2010 17:01:17 +0000 (17:01 +0000)
commit744b3a5acdbd4d0fac9c6a7c9ad702502cc3cc37
treed58ebbf7972f8977452bd3ef5b85fb71b9c78d6a
parentd6d7abaf4ebbabb850aa9c20e1617f897608fe62
Remove TargetInstrInfo::copyRegToReg entirely.

Targets must now implement TargetInstrInfo::copyPhysReg instead. There is no
longer a default implementation forwarding to copyRegToReg.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108095 91177308-0d34-0410-b5e6-96231b3b80d8
docs/WritingAnLLVMBackend.html
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetOpcodes.h
lib/CodeGen/TargetInstrInfoImpl.cpp
test/CodeGen/Blackfin/cmp64.ll
test/TableGen/TargetInstrInfo.td