mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 22:24:07 +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:
@ -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)
|
||||||
|
Reference in New Issue
Block a user