[LCG] One more formatting fix that I failed to get into the prior
authorChandler Carruth <chandlerc@gmail.com>
Mon, 10 Mar 2014 02:50:21 +0000 (02:50 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 10 Mar 2014 02:50:21 +0000 (02:50 +0000)
commit. Sorry for the churn, just trying to keep it out of any
functionality changed.

llvm-svn: 203438

llvm/include/llvm/Analysis/LazyCallGraph.h

index bcd09ba..10a9a91 100644 (file)
@@ -101,7 +101,7 @@ class LazyCallGraph {
 public:
   class Node;
   typedef SmallVector<PointerUnion<Function *, Node *>, 4> NodeVectorT;
-  typedef SmallVectorImpl<PointerUnion<Function *, Node *> > NodeVectorImplT;
+  typedef SmallVectorImpl<PointerUnion<Function *, Node *>> NodeVectorImplT;
 
   /// \brief A lazy iterator used for both the entry nodes and child nodes.
   ///