mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 19:26:30 +00:00
[NFC] Fix brace indentation.
llvm-svn: 356596
This commit is contained in:
parent
46e12bc5ef
commit
82a3bd5b36
@ -1216,7 +1216,7 @@ bool llvm::canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,
|
||||
assert(!LI->isUnordered() && "Expected unordered load");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
auto *Source = MSSA->getSkipSelfWalker()->getClobberingMemoryAccess(SI);
|
||||
(*LicmMssaOptCounter)++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user