summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-06-20 20:50:48 +0000
committerChris Lattner <sabre@nondot.org>2008-06-20 20:50:48 +0000
commit4eaac9b181d5a32e6c9135f7af00861b9fb88240 (patch)
treea4632952e6265494d4d743cd770dbfa2e4248215 /docs
parent1e98dc412bf8d28e0ac9693d9ffd53d0c2d5bc6d (diff)
downloadllvm-4eaac9b181d5a32e6c9135f7af00861b9fb88240.tar.gz
llvm-4eaac9b181d5a32e6c9135f7af00861b9fb88240.tar.bz2
llvm-4eaac9b181d5a32e6c9135f7af00861b9fb88240.tar.xz
integer types are not primitive, they are derived.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52551 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 5bc81cc98d..cd8b7e9f96 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1055,7 +1055,6 @@ classifications:</p>
<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>.</td>
</tr>
<tr>