Fix a copy+paste error in a comment.
authorDan Gohman <gohman@apple.com>
Fri, 30 May 2008 00:02:02 +0000 (00:02 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 30 May 2008 00:02:02 +0000 (00:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51717 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/AliasAnalysis.cpp

index be42f749b4d33994527f158b7661d1761fa601e1..c8c43a69ef743bb841505fa9e825da66c490498d 100644 (file)
@@ -163,7 +163,7 @@ AliasAnalysis::getModRefInfo(CallSite CS, Value *P, unsigned Size) {
 //
 AliasAnalysis::~AliasAnalysis() {}
 
-/// setTargetData - Subclasses must call this method to initialize the
+/// InitializeAliasAnalysis - Subclasses must call this method to initialize the
 /// AliasAnalysis interface before any other methods are called.
 ///
 void AliasAnalysis::InitializeAliasAnalysis(Pass *P) {