A word got optimized out, thanks to Duncan for pointing this out

llvm-svn: 57116
This commit is contained in:
Chris Lattner 2008-10-05 17:14:59 +00:00
parent 5af11b2462
commit 0625c28135
1 changed files with 1 additions and 1 deletions

View File

@ -929,7 +929,7 @@ threshold for this caller.</dd>
<dt><tt>noinline</tt></dt>
<dd>This attribute indicates that the inliner should never inline this function
in any situation. This attribute may not be used together with
in any situation. This attribute may not be used together with the
<tt>alwaysinline</tt> attribute.</dd>
<dt><tt>optsize</tt></dt>