Add missing 'd'.

llvm-svn: 153872
This commit is contained in:
Rafael Espindola 2012-04-02 13:02:57 +00:00
parent f00bd96cde
commit ebe09ec137
1 changed files with 1 additions and 1 deletions

View File

@ -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. // with old (< r147295) versions of clang because of pr11642.
template<class NodeT> template<class NodeT>
bool DominatorTreeBase<NodeT>::dominates(const NodeT *A, const NodeT *B) { bool DominatorTreeBase<NodeT>::dominates(const NodeT *A, const NodeT *B) {