From: Richard Kenner Date: Mon, 20 Jan 1997 02:31:13 +0000 (-0500) Subject: (arg_home): Add CLOBBER of MEM and USE of arg regs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b80d951cacd1559a095f45cf1ccea58ec12dd26;p=gcc.git (arg_home): Add CLOBBER of MEM and USE of arg regs. From-SVN: r13535 --- diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 085c7d7fb55..61e0738e054 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -4394,6 +4394,19 @@ [(unspec [(const_int 0)] 0) (use (reg:DI 1)) (use (reg:DI 25)) + (use (reg:DI 16)) + (use (reg:DI 17)) + (use (reg:DI 18)) + (use (reg:DI 19)) + (use (reg:DI 20)) + (use (reg:DI 21)) + (use (reg:DI 48)) + (use (reg:DI 49)) + (use (reg:DI 50)) + (use (reg:DI 51)) + (use (reg:DI 52)) + (use (reg:DI 53)) + (clobber (mem:BLK (const_int 0))) (clobber (reg:DI 24)) (clobber (reg:DI 25)) (clobber (reg:DI 0))]