From 4eaac9b181d5a32e6c9135f7af00861b9fb88240 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 20 Jun 2008 20:50:48 +0000 Subject: [PATCH] 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 --- docs/LangRef.html | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 5bc81cc98d6..cd8b7e9f967 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1055,7 +1055,6 @@ classifications:

primitive label, void, - integer, floating point.