mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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:
parent
0d90962f29
commit
4f66dd7fc6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user