[SROA] Adjust to new clang-format style.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202134 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2014-02-25 11:07:58 +00:00
parent 6c35c95c73
commit 10b2920851

View File

@ -2275,8 +2275,8 @@ private:
Value *NewPtr = getAdjustedAllocaPtr(IRB, NewBeginOffset,
V->getType()->getPointerTo());
NewSI = IRB.CreateAlignedStore(
V, NewPtr, getOffsetTypeAlign(
V->getType(), NewBeginOffset - NewAllocaBeginOffset),
V, NewPtr, getOffsetTypeAlign(V->getType(),
NewBeginOffset - NewAllocaBeginOffset),
SI.isVolatile());
}
(void)NewSI;