(expand_asm_operands): Properly ignore invalid reg in clobber.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 1 Apr 1995 12:48:19 +0000 (07:48 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 1 Apr 1995 12:48:19 +0000 (07:48 -0500)
From-SVN: r9279

gcc/stmt.c

index 1307781..eb27706 100644 (file)
@@ -1590,6 +1590,7 @@ expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line)
                }
 
              /* Ignore unknown register, error already signalled.  */
+             continue;
            }
 
          /* Use QImode since that's guaranteed to clobber just one reg.  */