diff options
author | Dan Gohman <gohman@apple.com> | 2008-10-14 16:13:59 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-10-14 16:13:59 +0000 |
commit | d74867f393c3d7fdab72e0eafa3ccb0f2f6679d1 (patch) | |
tree | b0b97922a0308ce33a7167e10a534487e3bacea0 /docs/ReleaseNotes.html | |
parent | 8d9af69139b46c81f978fd71c8dee77be422ed1f (diff) | |
download | external_llvm-d74867f393c3d7fdab72e0eafa3ccb0f2f6679d1.zip external_llvm-d74867f393c3d7fdab72e0eafa3ccb0f2f6679d1.tar.gz external_llvm-d74867f393c3d7fdab72e0eafa3ccb0f2f6679d1.tar.bz2 |
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57495 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 84c5bf3..4c78db0 100644 --- a/docs/ReleaseNotes.html +++ b/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, |