summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-10 02:50:21 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-10 02:50:21 +0000
commit673fbf14a648ecff44deadeaf99e92c5b5c70ccf (patch)
treeaf95fd563aac63148ac005b8952897c14a93eeb4 /include/llvm/Analysis
parent436906ab3cbe991826a8967f2c3c14850d267cbf (diff)
downloadllvm-673fbf14a648ecff44deadeaf99e92c5b5c70ccf.tar.gz
llvm-673fbf14a648ecff44deadeaf99e92c5b5c70ccf.tar.bz2
llvm-673fbf14a648ecff44deadeaf99e92c5b5c70ccf.tar.xz
[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
Diffstat (limited to 'include/llvm/Analysis')
-rw-r--r--include/llvm/Analysis/LazyCallGraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/LazyCallGraph.h b/include/llvm/Analysis/LazyCallGraph.h
index bcd09ba1d7..10a9a91a6e 100644
--- a/include/llvm/Analysis/LazyCallGraph.h
+++ b/include/llvm/Analysis/LazyCallGraph.h
@@ -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.
///