mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
[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:
parent
6c35c95c73
commit
10b2920851
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user