remove debug printf
authorMatthias Braun <matze@braunis.de>
Wed, 13 Feb 2008 15:18:43 +0000 (15:18 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 13 Feb 2008 15:18:43 +0000 (15:18 +0000)
[r17685]

ir/be/ia32/ia32_transform.c

index a3f005f..4e0c2ad 100644 (file)
@@ -3486,8 +3486,6 @@ static void parse_clobber(ir_node *node, int pos, constraint_t *constraint,
 
        (void) pos;
 
-       fprintf(stderr, "Clobber: %s\n", clobber);
-
        /* TODO: construct a hashmap instead of doing linear search for clobber
         * register */
        for(c = 0; c < N_CLASSES; ++c) {