diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-07-11 17:01:17 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-07-11 17:01:17 +0000 |
| commit | c4227f13623a98cea57b9be2bb2c99bc19268f0c (patch) | |
| tree | bacab156d84407c45b5ac2465a651590a2d423b7 /llvm/docs/WritingAnLLVMBackend.html | |
| parent | 1da1cfccb1fe53e3197bc7c95a3f2c1e5bec9266 (diff) | |
| download | bcm5719-llvm-c4227f13623a98cea57b9be2bb2c99bc19268f0c.tar.gz bcm5719-llvm-c4227f13623a98cea57b9be2bb2c99bc19268f0c.zip | |
Remove TargetInstrInfo::copyRegToReg entirely.
Targets must now implement TargetInstrInfo::copyPhysReg instead. There is no
longer a default implementation forwarding to copyRegToReg.
llvm-svn: 108095
Diffstat (limited to 'llvm/docs/WritingAnLLVMBackend.html')
| -rw-r--r-- | llvm/docs/WritingAnLLVMBackend.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 <tt>SparcInstrInfo.cpp</tt>: a direct store to a stack slot, return the register number of the destination and the <tt>FrameIndex</tt> of the stack slot.</li> -<li><tt>copyRegToReg</tt> — Copy values between a pair of registers.</li> +<li><tt>copyPhysReg</tt> — Copy values between a pair of physical + registers.</li> <li><tt>storeRegToStackSlot</tt> — Store a register value to a stack slot.</li> |

