summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-10-14 16:13:59 +0000
committerDan Gohman <gohman@apple.com>2008-10-14 16:13:59 +0000
commitf4a169f201993856b9d08594b94bc83f731fe941 (patch)
treec7d779b2e6489fdc991a17aef95715c9cf7b5c77
parent765edbc4e47c1f1f0c81bc167b42807093ac6195 (diff)
downloadbcm5719-llvm-f4a169f201993856b9d08594b94bc83f731fe941.tar.gz
bcm5719-llvm-f4a169f201993856b9d08594b94bc83f731fe941.zip
Fix a typo.
llvm-svn: 57495
-rw-r--r--llvm/docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 84c5bf354eb..4c78db08da9 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -274,7 +274,7 @@ for any of these IR features though.</li>
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,
OpenPOWER on IntegriCloud