]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203438 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/LazyCallGraph.h

index bcd09ba1d7e230be5b1b93fdda1377f3bdabe922..10a9a91a6e6f07459328874daea642c0147ddb56 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.
   ///