From 673fbf14a648ecff44deadeaf99e92c5b5c70ccf Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 10 Mar 2014 02:50:21 +0000 Subject: [PATCH] [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203438 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/LazyCallGraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Analysis/LazyCallGraph.h b/include/llvm/Analysis/LazyCallGraph.h index bcd09ba1d7e..10a9a91a6e6 100644 --- a/include/llvm/Analysis/LazyCallGraph.h +++ b/include/llvm/Analysis/LazyCallGraph.h @@ -101,7 +101,7 @@ class LazyCallGraph { public: class Node; typedef SmallVector, 4> NodeVectorT; - typedef SmallVectorImpl > NodeVectorImplT; + typedef SmallVectorImpl> NodeVectorImplT; /// \brief A lazy iterator used for both the entry nodes and child nodes. /// -- 2.34.1