From: Richard Kenner Date: Thu, 11 Aug 1994 17:12:06 +0000 (-0400) Subject: (BLOCK_PROFILER): Use $26 and $27 instead of $0 and $1. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70a76f06adf9437d513e97acc4a169a4a140b4bb;p=gcc.git (BLOCK_PROFILER): Use $26 and $27 instead of $0 and $1. From-SVN: r7888 --- diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 3caf7cc83ba..d574a11044d 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -948,14 +948,14 @@ extern char *alpha_function_name; do { \ int blockn = (BLOCKNO); \ fputs ("\tsubq $30,16,$30\n", (FILE)); \ - fputs ("\tstq $0,0($30)\n", (FILE)); \ - fputs ("\tstq $1,8($30)\n", (FILE)); \ - fputs ("\tlda $0,$PBX34\n", (FILE)); \ - fprintf ((FILE), "\tldq $1,%d($0)\n", 8*blockn); \ - fputs ("\taddq $1,1,$1\n", (FILE)); \ - fprintf ((FILE), "\tstq $1,%d($0)\n", 8*blockn); \ - fputs ("\tldq $0,0($30)\n", (FILE)); \ - fputs ("\tldq $1,8($30)\n", (FILE)); \ + fputs ("\tstq $26,0($30)\n", (FILE)); \ + fputs ("\tstq $27,8($30)\n", (FILE)); \ + fputs ("\tlda $26,$PBX34\n", (FILE)); \ + fprintf ((FILE), "\tldq $27,%d($26)\n", 8*blockn); \ + fputs ("\taddq $27,1,$27\n", (FILE)); \ + fprintf ((FILE), "\tstq $27,%d($26)\n", 8*blockn); \ + fputs ("\tldq $26,0($30)\n", (FILE)); \ + fputs ("\tldq $27,8($30)\n", (FILE)); \ fputs ("\taddq $30,16,$30\n", (FILE)); \ } while (0)