Fix a typo in AddAliasScopeMetadata

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216741 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Hal Finkel
2014-08-29 16:33:41 +00:00
parent 0d90962f29
commit 4f66dd7fc6

View File

@ -510,7 +510,7 @@ static void AddAliasScopeMetadata(CallSite CS, ValueToValueMapTy &VMap,
ObjSet.insert(O); 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. // argument.
bool CanDeriveViaCapture = false; bool CanDeriveViaCapture = false;
for (const Value *V : ObjSet) for (const Value *V : ObjSet)