Skip to content

Commit

Permalink
Integers are primitive types. Update the documentation to state this
Browse files Browse the repository at this point in the history
This was done for label, void, floating point, x86mmx, metadata,
just not integer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122606 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
tobiasgrosser committed Dec 28, 2010
1 parent 95ae676 commit 0538729
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/LangRef.html
Original file line number Diff line number Diff line change
Expand Up @@ -1496,6 +1496,7 @@ <h5>Syntax:</h5>
<td><a href="#t_primitive">primitive</a></td>
<td><a href="#t_label">label</a>,
<a href="#t_void">void</a>,
<a href="#t_integer">integer</a>,
<a href="#t_floating">floating point</a>,
<a href="#t_x86mmx">x86mmx</a>,
<a href="#t_metadata">metadata</a>.</td>
Expand Down

0 comments on commit 0538729

Please sign in to comment.