OSDN Git Service

(expand_asm_operands): Make MEM with BLKmode for clobber of "memory".
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 May 1994 11:19:37 +0000 (11:19 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 May 1994 11:19:37 +0000 (11:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7394 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/stmt.c

index f62cb63..3fe8cde 100644 (file)
@@ -1559,7 +1559,7 @@ expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line)
                {
                  XVECEXP (body, 0, i++)
                    = gen_rtx (CLOBBER, VOIDmode,
-                              gen_rtx (MEM, QImode,
+                              gen_rtx (MEM, BLKmode,
                                        gen_rtx (SCRATCH, VOIDmode, 0)));
                  continue;
                }