fix typo; NFC

llvm-svn: 290827
This commit is contained in:
Sanjay Patel 2017-01-02 19:05:11 +00:00
parent 4382997a13
commit 65d533ca42
1 changed files with 1 additions and 1 deletions

View File

@ -760,7 +760,7 @@ static void PropagateParallelLoopAccessMetadata(CallSite CS,
/// 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