1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

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 86690fa988
commit db40449189

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