avoid warnings
authorMatthias Braun <matze@braunis.de>
Fri, 1 Aug 2008 11:50:07 +0000 (11:50 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 1 Aug 2008 11:50:07 +0000 (11:50 +0000)
[r20901]

include/libfirm/irarch.h
include/libfirm/irmemory.h
include/libfirm/irmode.h

index a2a4313..79071db 100644 (file)
@@ -39,7 +39,7 @@ typedef enum instr {
        ADD,   /**< the ADD instruction */
        ZERO,  /**< creates a ZERO constant */
        MUL,   /**< the original MUL instruction */
-       ROOT,  /**< the ROOT value that is multiplied */
+       ROOT   /**< the ROOT value that is multiplied */
 } insn_kind;
 
 /**
index 7670ad1..1ec1264 100644 (file)
@@ -65,7 +65,7 @@ typedef enum {
        ir_sc_tls               = 0x4,  /**< an address of a thread local storage variable */
        ir_sc_malloced          = 0x5,  /**< an allocated heap address */
 
-       ir_sc_modifier_nottaken = 0x80, /**< if set, the address of the variable was not taken */
+       ir_sc_modifier_nottaken = 0x80  /**< if set, the address of the variable was not taken */
 } ir_storage_class_class_t;
 
 /**
index bd55628..3be8153 100644 (file)
@@ -82,7 +82,7 @@ typedef enum {
                                     Integer computations can be performed. */
        irms_float_number,      /**< A mode to represent float numbers.
                                     Floating point computations can be performed. */
-       irms_reference,         /**< A mode to represent entities.
+       irms_reference          /**< A mode to represent entities.
                                     Restricted int computations can be performed */
 } ir_mode_sort;