Skip to content

Commit f6f7025

Browse files
committed
fixup formatting
1 parent 6b014c5 commit f6f7025

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ static void trimDereferencableAttrs(AnyMemIntrinsic *Intrinsic, unsigned Arg,
579579
Intrinsic->removeParamAttr(Arg, Attribute::DereferenceableOrNull);
580580
}
581581

582-
583582
static bool tryToShorten(Instruction *DeadI, int64_t &DeadStart,
584583
uint64_t &DeadSize, int64_t KillingStart,
585584
uint64_t KillingSize, bool IsOverwriteEnd) {

0 commit comments

Comments
 (0)