No need to specify the class if the method is within the class declaration.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 12 Dec 2002 05:28:39 +0000 (05:28 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 12 Dec 2002 05:28:39 +0000 (05:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4969 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DataStructure.h
include/llvm/Analysis/DataStructure/DataStructure.h

index 800df9a8bfe57e54fea4b2fae3599ac7aca57f1e..391f95a8102a0aabbbde36a98bd959ca67992bae 100644 (file)
@@ -109,8 +109,8 @@ private:
   // outside of the SCC) into functions in the SCC.  It is not supposed to touch
   // functions IN the SCC at all.
   //
-  DSGraph &BUDataStructures::inlineNonSCCGraphs(Function &F,
-                                             std::set<Function*> &SCCFunctions);
+  DSGraph &inlineNonSCCGraphs(Function &F,
+                              std::set<Function*> &SCCFunctions);
  
   DSGraph &calculateSCCGraph(Function &F,
                              std::set<Function*> &InlinedSCCFunctions);
index 800df9a8bfe57e54fea4b2fae3599ac7aca57f1e..391f95a8102a0aabbbde36a98bd959ca67992bae 100644 (file)
@@ -109,8 +109,8 @@ private:
   // outside of the SCC) into functions in the SCC.  It is not supposed to touch
   // functions IN the SCC at all.
   //
-  DSGraph &BUDataStructures::inlineNonSCCGraphs(Function &F,
-                                             std::set<Function*> &SCCFunctions);
+  DSGraph &inlineNonSCCGraphs(Function &F,
+                              std::set<Function*> &SCCFunctions);
  
   DSGraph &calculateSCCGraph(Function &F,
                              std::set<Function*> &InlinedSCCFunctions);