mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-21 05:21:28 +00:00
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128163 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8b54dca41c
commit
0d93a110e3
@ -1812,7 +1812,7 @@ void RegReductionPQBase::ScheduledNode(SUnit *SU) {
|
||||
|
||||
if (!SU->getNode())
|
||||
return;
|
||||
|
||||
|
||||
for (SUnit::pred_iterator I = SU->Preds.begin(), E = SU->Preds.end();
|
||||
I != E; ++I) {
|
||||
if (I->isCtrl())
|
||||
@ -1880,7 +1880,7 @@ void RegReductionPQBase::UnscheduledNode(SUnit *SU) {
|
||||
|
||||
const SDNode *N = SU->getNode();
|
||||
if (!N) return;
|
||||
|
||||
|
||||
if (!N->isMachineOpcode()) {
|
||||
if (N->getOpcode() != ISD::CopyToReg)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user