- fixed warning
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 15 Dec 2008 12:18:50 +0000 (12:18 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 15 Dec 2008 12:18:50 +0000 (12:18 +0000)
[r24680]

ir/opt/combo.c

index 1ab9371..a2f8ee9 100644 (file)
@@ -300,7 +300,7 @@ static void check_opcode(const partition_t *Z) {
                        }
                        first = 0;
                } else {
-                       assert(key.code  == get_irn_opcode(irn));
+                       assert((unsigned)key.code  == get_irn_opcode(irn));
                        assert(key.mode  == get_irn_mode(irn));
                        assert(key.arity == get_irn_arity(irn));