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. ///