1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00

Fix a typo in AddAliasScopeMetadata

llvm-svn: 216741
This commit is contained in:
Hal Finkel 2014-08-29 16:33:41 +00:00
parent f9216b5a3a
commit 1a342c6de9

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)