From 862c317753cda7a38858113dc3b3e7858b8b2f38 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 1 Aug 2008 11:50:07 +0000 Subject: [PATCH] avoid warnings [r20901] --- include/libfirm/irarch.h | 2 +- include/libfirm/irmemory.h | 2 +- include/libfirm/irmode.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/libfirm/irarch.h b/include/libfirm/irarch.h index a2a431325..79071db40 100644 --- a/include/libfirm/irarch.h +++ b/include/libfirm/irarch.h @@ -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; /** diff --git a/include/libfirm/irmemory.h b/include/libfirm/irmemory.h index 7670ad119..1ec126401 100644 --- a/include/libfirm/irmemory.h +++ b/include/libfirm/irmemory.h @@ -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; /** diff --git a/include/libfirm/irmode.h b/include/libfirm/irmode.h index bd556287b..3be815313 100644 --- a/include/libfirm/irmode.h +++ b/include/libfirm/irmode.h @@ -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; -- 2.20.1