mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-09 13:33:17 +00:00
Clarify meaning of copyRegToReg's return value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57449 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
978bceebb2
commit
a6548d0f29
@ -220,7 +220,9 @@ public:
|
||||
return 0;
|
||||
}
|
||||
|
||||
/// copyRegToReg - Add a copy between a pair of registers
|
||||
/// copyRegToReg - Emit instructions to copy between a pair of registers. It
|
||||
/// returns false if the target does not how to copy between the specified
|
||||
/// registers.
|
||||
virtual bool copyRegToReg(MachineBasicBlock &MBB,
|
||||
MachineBasicBlock::iterator MI,
|
||||
unsigned DestReg, unsigned SrcReg,
|
||||
|
Loading…
x
Reference in New Issue
Block a user