From: Duncan Sands Date: Mon, 15 Feb 2010 16:12:20 +0000 (+0000) Subject: Uniformize the names of type predicates: rather than having isFloatTy and X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=b0bc6c361da9009e8414efde317d9bbff755f6c0;hp=f6814754e8d3944b6fab7326a6f1f696fd9122f9 Uniformize the names of type predicates: rather than having isFloatTy and isInteger, we now have isFloatTy and isIntegerTy. Requested by Chris! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96223 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index a37eca2cb8a..d74a645558c 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -2999,9 +2999,9 @@ the lib/VMCore directory.