From ebe09ec137faae957ffc206edff394b9a20598f4 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 2 Apr 2012 13:02:57 +0000 Subject: [PATCH] Add missing 'd'. llvm-svn: 153872 --- llvm/include/llvm/Analysis/Dominators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Analysis/Dominators.h b/llvm/include/llvm/Analysis/Dominators.h index 204b34ebffc2..6a2db8a775db 100644 --- a/llvm/include/llvm/Analysis/Dominators.h +++ b/llvm/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) {