mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Code formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105861 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e4f6907a7a
commit
44acc24117
@ -232,11 +232,9 @@ TargetInstrInfo::foldMemoryOperand(MachineFunction &MF,
|
||||
return NewMI;
|
||||
}
|
||||
|
||||
bool
|
||||
TargetInstrInfo::isReallyTriviallyReMaterializableGeneric(const MachineInstr *
|
||||
MI,
|
||||
AliasAnalysis *
|
||||
AA) const {
|
||||
bool TargetInstrInfo::
|
||||
isReallyTriviallyReMaterializableGeneric(const MachineInstr *MI,
|
||||
AliasAnalysis *AA) const {
|
||||
const MachineFunction &MF = *MI->getParent()->getParent();
|
||||
const MachineRegisterInfo &MRI = MF.getRegInfo();
|
||||
const TargetMachine &TM = MF.getTarget();
|
||||
|
Loading…
Reference in New Issue
Block a user