From 0538729a3a688723908cf39b381a67003cf00ccc Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Tue, 28 Dec 2010 20:29:31 +0000 Subject: [PATCH] Integers are primitive types. Update the documentation to state this 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/LangRef.html b/docs/LangRef.html index 76fa06f49c2..21144125b04 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1496,6 +1496,7 @@ Classifications primitive label, void, + integer, floating point, x86mmx, metadata. -- 2.34.1