mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Simplify some more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76239 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -208,12 +208,6 @@ namespace llvm {
|
||||
bool ReMaterializeTrivialDef(LiveInterval &SrcInt, unsigned DstReg,
|
||||
unsigned DstSubIdx, MachineInstr *CopyMI);
|
||||
|
||||
/// TurnCopyIntoImpDef - If source of the specified copy is an implicit def,
|
||||
/// turn the copy into an implicit def.
|
||||
bool TurnCopyIntoImpDef(MachineBasicBlock::iterator &I,
|
||||
MachineBasicBlock *MBB,
|
||||
unsigned DstReg, unsigned SrcReg);
|
||||
|
||||
/// CanCoalesceWithImpDef - Returns true if the specified copy instruction
|
||||
/// from an implicit def to another register can be coalesced away.
|
||||
bool CanCoalesceWithImpDef(MachineInstr *CopyMI,
|
||||
|
Reference in New Issue
Block a user