From 4f4048a174a1ce6a2f640dfc69f325f9843f70cd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 6 Nov 2007 01:40:41 +0000 Subject: typo from Ryan Brown. llvm-svn: 43748 --- llvm/docs/tutorial/LangImpl8.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/tutorial') diff --git a/llvm/docs/tutorial/LangImpl8.html b/llvm/docs/tutorial/LangImpl8.html index 66155a0bcb2..a92fac832be 100644 --- a/llvm/docs/tutorial/LangImpl8.html +++ b/llvm/docs/tutorial/LangImpl8.html @@ -280,7 +280,7 @@ do some specific feature, so they go ahead and extend it to do so.

Third, it is certainly possible to add language-specific optimizations, and you have a number of choices in how to do it. As one trivial example, it is possible to add language-specific optimization passes that -"known" things about code compiled for a language. In the case of the C family, +"know" things about code compiled for a language. In the case of the C family, there is an optimziation pass that "knows" about the standard C library functions. If you call "exit(0)" in main(), it knows that it is safe to optimize that into "return 0;" for example, because C specifies what the 'exit' -- cgit v1.2.3