Yes, we can do better, but this is not the place for it.
authorDan Gohman <gohman@apple.com>
Thu, 5 Aug 2010 23:23:32 +0000 (23:23 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 5 Aug 2010 23:23:32 +0000 (23:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110391 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/AliasAnalysis.cpp

index 18c77350e26f96eee0704578732c969b769cda4c..2eb0bf34eda648c7bc520772d569f5beb581c7ca 100644 (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);
 }