From 7394a7c0c27d498fe7ff0760eeefdb83bb54a795 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Thu, 26 Sep 2013 05:53:31 +0000 Subject: [PATCH] whitespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191422 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index fed9f661c2d..8369fd3a971 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -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; -- 2.34.1