diff options
Diffstat (limited to 'llvm/docs/BitCodeFormat.html')
| -rw-r--r-- | llvm/docs/BitCodeFormat.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/llvm/docs/BitCodeFormat.html b/llvm/docs/BitCodeFormat.html index a8777ee772b..30145de5811 100644 --- a/llvm/docs/BitCodeFormat.html +++ b/llvm/docs/BitCodeFormat.html @@ -1145,6 +1145,18 @@ type table. </div> <!-- _______________________________________________________________________ --> +<h4><a name="TYPE_CODE_HALF">TYPE_CODE_HALF Record</a></h4> + +<div> + +<p><tt>[HALF]</tt></p> + +<p>The <tt>HALF</tt> record (code 10) adds a <tt>half</tt> (16-bit +floating point) type to the type table. +</p> +</div> + +<!-- _______________________________________________________________________ --> <h4><a name="TYPE_CODE_FLOAT">TYPE_CODE_FLOAT Record</a></h4> <div> |

