mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-24 06:30:19 +00:00
Fix PIC16 comments referencing copyRegToReg.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108082 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d86adf3d6e
commit
26a99d17de
@ -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.
|
// 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
|
// This insn class is not marked as TwoAddress because the reg is
|
||||||
// being used as a source operand only. (Remember a TwoAddress insn
|
// being used as a source operand only. (Remember a TwoAddress insn
|
||||||
// needs a copyRegToReg.)
|
// needs a copy.)
|
||||||
let mayStore = 1 in
|
let mayStore = 1 in
|
||||||
class BinOpWF<bits<6> OpCode, string OpcStr, SDNode OpNode>:
|
class BinOpWF<bits<6> OpCode, string OpcStr, SDNode OpNode>:
|
||||||
ByteFormat<OpCode, (outs),
|
ByteFormat<OpCode, (outs),
|
||||||
@ -234,8 +234,8 @@ def set_pclath:
|
|||||||
[(set PCLATHR:$dst , (MTPCLATH GPR:$val))]>;
|
[(set PCLATHR:$dst , (MTPCLATH GPR:$val))]>;
|
||||||
|
|
||||||
//----------------------------
|
//----------------------------
|
||||||
// copyRegToReg
|
// copyPhysReg
|
||||||
// copyRegToReg insns. These are dummy. They should always be deleted
|
// copyPhysReg insns. These are dummy. They should always be deleted
|
||||||
// by the optimizer and never be present in the final generated code.
|
// 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.
|
// if they are, then we have to write correct macros for these insns.
|
||||||
//----------------------------
|
//----------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user