ignore early clobber in ia32 asm parser (as the common backend should have handled...
authorMatthias Braun <matze@braunis.de>
Fri, 21 Nov 2008 10:20:44 +0000 (10:20 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 21 Nov 2008 10:20:44 +0000 (10:20 +0000)
[r23877]

ir/be/ia32/ia32_common_transform.c

index 24d4226..0fbcff4 100644 (file)
@@ -244,6 +244,8 @@ static void parse_asm_constraints(constraint_t *constraint, const char *c,
                case '=': break;
                case '+': break;
 
+               case '&': break;
+
                case '*':
                        ++c;
                        break;