[llvm-commits] CVS: llvm/include/llvm/Analysis/DataStructure.h

Misha Brukman brukman at cs.uiuc.edu
Wed Dec 11 23:29:00 PST 2002


Changes in directory llvm/include/llvm/Analysis:

DataStructure.h updated: 1.59 -> 1.60

---
Log message:

No need to specify the class if the method is within the class declaration.


---
Diffs of the changes:

Index: llvm/include/llvm/Analysis/DataStructure.h
diff -u llvm/include/llvm/Analysis/DataStructure.h:1.59 llvm/include/llvm/Analysis/DataStructure.h:1.60
--- llvm/include/llvm/Analysis/DataStructure.h:1.59	Tue Nov 12 09:57:28 2002
+++ llvm/include/llvm/Analysis/DataStructure.h	Wed Dec 11 23:28:39 2002
@@ -109,8 +109,8 @@
   // 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);





More information about the llvm-commits mailing list