diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2012-04-02 13:02:57 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2012-04-02 13:02:57 +0000 |
commit | 5004e9849aff165bcbd953f891b402ad23bdd1ac (patch) | |
tree | ac3d04c70fbefa5d750ca2694fec027545989468 /include/llvm/Analysis/Dominators.h | |
parent | 8ba9405c5ca9d95a61c5d575f16506ddac5d67d3 (diff) |
Add missing 'd'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153872 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/Dominators.h')
-rw-r--r-- | include/llvm/Analysis/Dominators.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/Dominators.h b/include/llvm/Analysis/Dominators.h index 204b34ebff..6a2db8a775 100644 --- a/include/llvm/Analysis/Dominators.h +++ b/include/llvm/Analysis/Dominators.h @@ -686,7 +686,7 @@ public: } }; -// These two functions are declare out of line as a workaround for building +// These two functions are declared out of line as a workaround for building // with old (< r147295) versions of clang because of pr11642. template<class NodeT> bool DominatorTreeBase<NodeT>::dominates(const NodeT *A, const NodeT *B) { |