make traits more flexible by splitting out node-related fragment
[oota-llvm.git] / include / llvm / ADT / GraphTraits.h
index 35da5ab2f8ecfe03f038e1ce7cb6964d2e4f3ee1..2d103cf83eb83f414f366ce84aa9d02663ba308d 100644 (file)
@@ -78,8 +78,8 @@ struct Inverse {
   inline Inverse(const GraphType &G) : Graph(G) {}
 };
 
-// Provide a partial specialization of GraphTraits so that the inverse of an inverse
-// falls back to the original graph.
+// Provide a partial specialization of GraphTraits so that the inverse of an
+// inverse falls back to the original graph.
 template<class T>
 struct GraphTraits<Inverse<Inverse<T> > > {
   typedef typename GraphTraits<T>::NodeType NodeType;