Skip to content

Commit b5e470a

Browse files
committed
[LowerMemIntrinsics] Typo fix.
1 parent 2f3b738 commit b5e470a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ void llvm::expandMemCpyAsLoop(MemCpyInst *Memcpy,
442442
/* DestAlign */ Memcpy->getDestAlign().valueOrOne(),
443443
/* SrcIsVolatile */ Memcpy->isVolatile(),
444444
/* DstIsVolatile */ Memcpy->isVolatile(),
445-
/* TargetTransfomrInfo */ TTI);
445+
/* TargetTransformInfo */ TTI);
446446
}
447447
}
448448

0 commit comments

Comments
 (0)