commit c9417aaff46fd40b00a1fccb6fee0cdd37611d16
parent 36fbb9b46ef9beed84eb0f14588c8cebc1c92c81
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Mon, 24 Aug 2015 18:11:29 +0200
Fix type typos in cc1/ir.md
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/cc1/ir.md b/cc1/ir.md
@@ -18,12 +18,12 @@ Types are represented using upper case letters:
* C -- char
* I -- int
* W -- long
-* Q -- long long
+* O -- long long
* M -- unsigned char
* N -- unsigned int
* Z -- unsigned long
* Q -- unsigned long long
-* O -- void
+* 0 -- void
* P -- pointer
* F -- function
* V -- vector
@@ -31,8 +31,8 @@ Types are represented using upper case letters:
* S -- struct
* B -- bool
* J -- float
-* D -- Double
-* H -- double
+* D -- double
+* H -- long double
This list is built for the original Z80 backend, where 'int'
had the same size than 'short'. Several types need an identifier
@@ -325,12 +325,12 @@ switch.
* C -- char
* I -- int
* W -- long
-* Q -- long long
+* O -- long long
* M -- unsigned char
* N -- unsigned int
* Z -- unsigned long
* Q -- unsigned long long
-* O -- void
+* 0 -- void
* P -- pointer
* F -- function
* V -- vector
@@ -338,8 +338,8 @@ switch.
* S -- struct
* B -- bool
* J -- float
-* D -- Double
-* H -- double
+* D -- double
+* H -- long double
* A -- automatic
* R -- register
* G -- public (global variable declared in the module)