From 643b00a3e6eb731176fab7c2f003376580fcb75b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 20 Jun 2008 05:03:17 +0000 Subject: Fix typo, fix suggested by Nicholas Olsen llvm-svn: 52524 --- llvm/docs/ProgrammersManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/ProgrammersManual.html') diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index 2a573f941a1..46b82ddc21f 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -333,7 +333,7 @@ file (note that you very rarely have to include this file directly).

cast<>:

The cast<> operator is a "checked cast" operation. It - converts a pointer or reference from a base class to a derived cast, causing + converts a pointer or reference from a base class to a derived class, causing an assertion failure if it is not really an instance of the right type. This should be used in cases where you have some information that makes you believe that something is of the right type. An example of the isa<> -- cgit v1.2.3