[llvm] r203438 - [LCG] One more formatting fix that I failed to get into the prior

Chandler Carruth chandlerc at gmail.com
Sun Mar 9 19:50:21 PDT 2014


Author: chandlerc
Date: Sun Mar  9 21:50:21 2014
New Revision: 203438

URL: http://llvm.org/viewvc/llvm-project?rev=203438&view=rev
Log:
[LCG] One more formatting fix that I failed to get into the prior
commit. Sorry for the churn, just trying to keep it out of any
functionality changed.

Modified:
    llvm/trunk/include/llvm/Analysis/LazyCallGraph.h

Modified: llvm/trunk/include/llvm/Analysis/LazyCallGraph.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/LazyCallGraph.h?rev=203438&r1=203437&r2=203438&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/LazyCallGraph.h (original)
+++ llvm/trunk/include/llvm/Analysis/LazyCallGraph.h Sun Mar  9 21:50:21 2014
@@ -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.
   ///





More information about the llvm-commits mailing list