mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191422 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dd5cebdd74
commit
7394a7c0c2
@ -1174,7 +1174,7 @@ static bool MIIsInTerminatorSequence(const MachineInstr *MI) {
|
||||
|
||||
// OPI should always be a register definition...
|
||||
MachineInstr::const_mop_iterator OPI = MI->operands_begin();
|
||||
if (!OPI->isReg() || !OPI->isDef())
|
||||
if (!OPI->isReg() || !OPI->isDef())
|
||||
return false;
|
||||
|
||||
// Defining any register via an implicit def is always ok.
|
||||
@ -1212,7 +1212,7 @@ static bool MIIsInTerminatorSequence(const MachineInstr *MI) {
|
||||
/// physical registers.
|
||||
static MachineBasicBlock::iterator
|
||||
FindSplitPointForStackProtector(MachineBasicBlock *BB, DebugLoc DL) {
|
||||
MachineBasicBlock::iterator SplitPoint = BB->getFirstTerminator();
|
||||
MachineBasicBlock::iterator SplitPoint = BB->getFirstTerminator();
|
||||
//
|
||||
if (SplitPoint == BB->begin())
|
||||
return SplitPoint;
|
||||
|
Loading…
x
Reference in New Issue
Block a user