- add doxygen comment
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 27 Feb 2009 12:29:36 +0000 (12:29 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 27 Feb 2009 12:29:36 +0000 (12:29 +0000)
[r25570]

ir/be/ia32/ia32_emitter.c

index a550082..bffb6db 100644 (file)
@@ -544,6 +544,9 @@ static const char *const cmp2condition_u[] = {
        NULL  /* always true */
 };
 
+/**
+ * Emit the suffix for a compare instruction.
+ */
 static void ia32_emit_cmp_suffix(int pnc)
 {
        const char *str;