From: Rafael Espindola Date: Mon, 2 Apr 2012 13:02:57 +0000 (+0000) Subject: Add missing 'd'. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5004e9849aff165bcbd953f891b402ad23bdd1ac;p=oota-llvm.git Add missing 'd'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153872 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/Dominators.h b/include/llvm/Analysis/Dominators.h index 204b34ebffc..6a2db8a775d 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 bool DominatorTreeBase::dominates(const NodeT *A, const NodeT *B) {