mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
Yes, we can do better, but this is not the place for it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110391 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5be2e78fa1
commit
0c3f3358df
@ -66,7 +66,6 @@ void AliasAnalysis::copyValue(Value *From, Value *To) {
|
||||
|
||||
AliasAnalysis::ModRefResult
|
||||
AliasAnalysis::getModRefInfo(ImmutableCallSite CS1, ImmutableCallSite CS2) {
|
||||
// FIXME: we can do better.
|
||||
assert(AA && "AA didn't call InitializeAliasAnalysis in its run method!");
|
||||
return AA->getModRefInfo(CS1, CS2);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user