diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-07-11 07:30:57 +0000 | 
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-07-11 07:30:57 +0000 | 
| commit | f889e280b80c39a9d3000cbcefb7224300cd2f7c (patch) | |
| tree | 96fa9fddbb9ed99ee3b9135636d93196dc724ffb /llvm/lib/Target/PIC16/PIC16InstrInfo.td | |
| parent | e494d0ff3e2406a45968b64777768fba2c1d70ba (diff) | |
| download | bcm5719-llvm-f889e280b80c39a9d3000cbcefb7224300cd2f7c.tar.gz bcm5719-llvm-f889e280b80c39a9d3000cbcefb7224300cd2f7c.zip  | |
Fix PIC16 comments referencing copyRegToReg.
llvm-svn: 108082
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16InstrInfo.td')
| -rw-r--r-- | llvm/lib/Target/PIC16/PIC16InstrInfo.td | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16InstrInfo.td b/llvm/lib/Target/PIC16/PIC16InstrInfo.td index a37453903fe..86d36cb76ee 100644 --- a/llvm/lib/Target/PIC16/PIC16InstrInfo.td +++ b/llvm/lib/Target/PIC16/PIC16InstrInfo.td @@ -146,7 +146,7 @@ class BinOpFW<bits<6> OpCode, string OpcStr, SDNode OpNode>:  // F = F Op W : Load the value from F, do op with W and store in F.  // This insn class is not marked as TwoAddress because the reg is  // being used as a source operand only. (Remember a TwoAddress insn -// needs a copyRegToReg.) +// needs a copy.)  let mayStore = 1 in  class BinOpWF<bits<6> OpCode, string OpcStr, SDNode OpNode>:    ByteFormat<OpCode, (outs), @@ -234,8 +234,8 @@ def set_pclath:               [(set PCLATHR:$dst , (MTPCLATH GPR:$val))]>;  //---------------------------- -// copyRegToReg  -// copyRegToReg insns. These are dummy. They should always be deleted +// copyPhysReg  +// copyPhysReg insns. These are dummy. They should always be deleted  // by the optimizer and never be present in the final generated code.  // if they are, then we have to write correct macros for these insns.  //----------------------------  | 

