Skip to content

Commit 65d533c

Browse files
committed
fix typo; NFC
llvm-svn: 290827
1 parent 4382997 commit 65d533c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Utils/InlineFunction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ static void PropagateParallelLoopAccessMetadata(CallSite CS,
760760

761761
/// When inlining a function that contains noalias scope metadata,
762762
/// this metadata needs to be cloned so that the inlined blocks
763-
/// have different "unqiue scopes" at every call site. Were this not done, then
763+
/// have different "unique scopes" at every call site. Were this not done, then
764764
/// aliasing scopes from a function inlined into a caller multiple times could
765765
/// not be differentiated (and this would lead to miscompiles because the
766766
/// non-aliasing property communicated by the metadata could have

0 commit comments

Comments
 (0)