Integers are primitive types. Update the documentation to state this
authorTobias Grosser <grosser@fim.uni-passau.de>
Tue, 28 Dec 2010 20:29:31 +0000 (20:29 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Tue, 28 Dec 2010 20:29:31 +0000 (20:29 +0000)
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

docs/LangRef.html

index 76fa06f49c24d0746822bad95173c69840d85dbd..21144125b043478dfa5cf72ba5cdd134d67c49a2 100644 (file)
@@ -1496,6 +1496,7 @@ Classifications</a> </div>
       <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>