1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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 4cf7f0e3cd
commit aec2eeea80

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>