Skip to content

Commit 4a11f83

Browse files
committed
Remove duplicate comment
1 parent 86ba37e commit 4a11f83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3397,8 +3397,6 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
33973397
/// <8 x i8>.
33983398
FixedVectorType *shrinkVectorShadowType(Value *Src, IntrinsicInst &I) {
33993399
assert(isa<FixedVectorType>(getShadowTy(&I)));
3400-
// The return type might have more elements than the input.
3401-
// Temporarily shrink the return type's number of elements.
34023400
FixedVectorType *ShadowType = cast<FixedVectorType>(getShadowTy(&I));
34033401

34043402
// TODO: generalize beyond 2x?

0 commit comments

Comments
 (0)