forked from OSchip/llvm-project
Yes, we can do better, but this is not the place for it.
llvm-svn: 110391
This commit is contained in:
parent
afdb053618
commit
e2a67168bf
|
@ -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…
Reference in New Issue