Skip to content

Commit 30d59b9

Browse files
committed
Remove unnecessary comment
1 parent e9c98c8 commit 30d59b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,6 @@ static void createMemSetPatternLoop(Instruction *InsertBefore, Value *DstAddr,
480480
PHINode *LoopCount = LoopBuilder.CreatePHI(TypeOfCount, 0);
481481
LoopCount->addIncoming(Count, OrigBB);
482482

483-
// Create the store instruction for the pattern
484483
LoopBuilder.CreateAlignedStore(SetValue, CurrentDst, DstAlign, IsVolatile);
485484

486485
Value *NextDst = LoopBuilder.CreateInBoundsGEP(

0 commit comments

Comments
 (0)