Revert "Refactor ARM subarchitecture parsing"
[oota-llvm.git] / include / llvm / ADT / GraphTraits.h
index 0fd1f5022af77e9b904675e28c77b8cf7cfd9a44..823caef7647e70572e6e7c9baab6eec75523727f 100644 (file)
@@ -43,9 +43,12 @@ struct GraphTraits {
   // typedef  ...iterator nodes_iterator;
   // static nodes_iterator nodes_begin(GraphType *G)
   // static nodes_iterator nodes_end  (GraphType *G)
-  //
   //    nodes_iterator/begin/end - Allow iteration over all nodes in the graph
 
+  // static unsigned       size       (GraphType *G)
+  //    Return total number of nodes in the graph
+  //
+
 
   // If anyone tries to use this class without having an appropriate
   // specialization, make an error.  If you get this error, it's because you