mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 19:02:35 +00:00
Fix whitespace.
llvm-svn: 110223
This commit is contained in:
parent
2bd25a2698
commit
88d90617de
@ -2298,7 +2298,7 @@ void LSRInstance::GenerateReassociations(LSRUse &LU, unsigned LUIdx,
|
||||
|
||||
// Collect all operands except *J.
|
||||
SmallVector<const SCEV *, 8> InnerAddOps
|
||||
( ((const SmallVector<const SCEV *, 8> &)AddOps).begin(), J);
|
||||
(((const SmallVector<const SCEV *, 8> &)AddOps).begin(), J);
|
||||
InnerAddOps.append
|
||||
(llvm::next(J), ((const SmallVector<const SCEV *, 8> &)AddOps).end());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user