summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/InlineFunction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/InlineFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/InlineFunction.cpp b/llvm/lib/Transforms/Utils/InlineFunction.cpp
index 19a35d68cff..d49dc82774e 100644
--- a/llvm/lib/Transforms/Utils/InlineFunction.cpp
+++ b/llvm/lib/Transforms/Utils/InlineFunction.cpp
@@ -510,7 +510,7 @@ static void AddAliasScopeMetadata(CallSite CS, ValueToValueMapTy &VMap,
ObjSet.insert(O);
}
- // Figure out if we're derived from anyhing that is not a noalias
+ // Figure out if we're derived from anything that is not a noalias
// argument.
bool CanDeriveViaCapture = false;
for (const Value *V : ObjSet)
OpenPOWER on IntegriCloud