From e48de9c781e4683bb94103e1bc775bc93acbe91f Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 21 May 2008 18:30:15 +0000 Subject: adapt to new API llvm-svn: 51387 --- llvm/docs/tutorial/LangImpl3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/tutorial/LangImpl3.html') diff --git a/llvm/docs/tutorial/LangImpl3.html b/llvm/docs/tutorial/LangImpl3.html index f77f8f83032..3228e01da12 100644 --- a/llvm/docs/tutorial/LangImpl3.html +++ b/llvm/docs/tutorial/LangImpl3.html @@ -166,7 +166,7 @@ internally (APFloat has the capability of holding floating point constants of Arbitrary Precision). This code basically just creates and returns a ConstantFP. Note that in the LLVM IR that constants are all uniqued together and shared. For this reason, the API -uses "the foo::get(..)" idiom instead of "new foo(..)" or "foo::create(..)".

+uses "the foo::get(..)" idiom instead of "new foo(..)" or "foo::Create(..)".

-- 
cgit v1.2.3