Skip to content

Commit 6d941ff

Browse files
author
GYT
committed
Trafo -> Transforms
1 parent 81f1800 commit 6d941ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ bool LoopVectorizeHints::allowVectorization(
191191
} else if (hasDisableAllTransformsHint(TheLoop)) {
192192
LLVM_DEBUG(
193193
dbgs() << "LV: Not vectorizing: loop hasDisableAllTransformsHint.\n");
194-
ORE.emit(OptimizationRemarkMissed(LV_NAME, "MissedTrafoDisabled",
194+
ORE.emit(OptimizationRemarkMissed(LV_NAME, "MissedTransformsDisabled",
195195
TheLoop->getStartLoc(),
196196
TheLoop->getHeader())
197197
<< "loop not vectorized: loop transformations are disabled");

0 commit comments

Comments
 (0)