commit 45c82467f51b356445aae338b33968c9d4f08788
parent df5327e68efa1e828b1d032307f060375ee6421e
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Fri, 18 Sep 2015 08:36:52 +0200
Small modifications to ir.md
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/cc1/ir.md b/cc1/ir.md
@@ -58,9 +58,9 @@ Variables names are composed by a storage class and an identifier,
A1, R2 or T3. Declarations/definitions are composed by a variable
name, a type and the name of the variable:
- A1 I i
- W2 C c
- A3 S4 str
+> A1 I i
+> R2 C c
+> A3 S4 str
### Type declarations ###
@@ -403,4 +403,3 @@ switch.
* t -- switch table
* v -- case entry in switch table
* f -- default entry in switch table
-* ???? -- front end error