[llvm] r290827 - fix typo; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 2 11:05:11 PST 2017
Author: spatel
Date: Mon Jan 2 13:05:11 2017
New Revision: 290827
URL: http://llvm.org/viewvc/llvm-project?rev=290827&view=rev
Log:
fix typo; NFC
Modified:
llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp
Modified: llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp?rev=290827&r1=290826&r2=290827&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp Mon Jan 2 13:05:11 2017
@@ -760,7 +760,7 @@ static void PropagateParallelLoopAccessM
/// When inlining a function that contains noalias scope metadata,
/// this metadata needs to be cloned so that the inlined blocks
-/// have different "unqiue scopes" at every call site. Were this not done, then
+/// have different "unique scopes" at every call site. Were this not done, then
/// aliasing scopes from a function inlined into a caller multiple times could
/// not be differentiated (and this would lead to miscompiles because the
/// non-aliasing property communicated by the metadata could have
More information about the llvm-commits
mailing list