Yes, we can do better, but this is not the place for it.

llvm-svn: 110391
This commit is contained in:
Dan Gohman 2010-08-05 23:23:32 +00:00
parent afdb053618
commit e2a67168bf
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}