Fix a typo.

llvm-svn: 57495
This commit is contained in:
Dan Gohman 2008-10-14 16:13:59 +00:00
parent 765edbc4e4
commit f4a169f201
1 changed files with 1 additions and 1 deletions

View File

@ -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,