Fix whitespace.

llvm-svn: 110223
This commit is contained in:
Dan Gohman 2010-08-04 17:43:57 +00:00
parent 2bd25a2698
commit 88d90617de

View File

@ -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());