diff options
author | Sanjay Patel <spatel@rotateright.com> | 2017-01-02 19:05:11 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2017-01-02 19:05:11 +0000 |
commit | 65d533ca427a3a14904a9645b5f80bb54e16189f (patch) | |
tree | 12d1aa6177fbe76c529e22f6893e051a2fba38eb /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | 4382997a13c18bf10f9b3fee69b4c3e2cb85fdd3 (diff) | |
download | bcm5719-llvm-65d533ca427a3a14904a9645b5f80bb54e16189f.tar.gz bcm5719-llvm-65d533ca427a3a14904a9645b5f80bb54e16189f.zip |
fix typo; NFC
llvm-svn: 290827
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/InlineFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/InlineFunction.cpp b/llvm/lib/Transforms/Utils/InlineFunction.cpp index a2ceded106b..a40079ca8e7 100644 --- a/llvm/lib/Transforms/Utils/InlineFunction.cpp +++ b/llvm/lib/Transforms/Utils/InlineFunction.cpp @@ -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 |