[llvm-commits] [llvm] r57495 - /llvm/trunk/docs/ReleaseNotes.html
Dan Gohman
gohman at apple.com
Tue Oct 14 09:13:59 PDT 2008
Author: djg
Date: Tue Oct 14 11:13:59 2008
New Revision: 57495
URL: http://llvm.org/viewvc/llvm-project?rev=57495&view=rev
Log:
Fix a typo.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=57495&r1=57494&r2=57495&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Oct 14 11:13:59 2008
@@ -274,7 +274,7 @@
easier for front-ends to create debug info descriptors, similar to the way that
<tt>IRBuilder</tt> makes it easier to create LLVM IR.</li>
-<li>The <tt>IRBuilder</tt> class is now parametrized by a class responsible
+<li>The <tt>IRBuilder</tt> class is now parameterized by a class responsible
for constant folding. The default <tt>ConstantFolder</tt> class does target independent
constant folding. The <tt>NoFolder</tt> class does no constant folding at all, which is
useful when learning how LLVM works. The <tt>TargetFolder</tt> class folds the most,
More information about the llvm-commits
mailing list