* sparc.c (sparc_block_profiler): Use the %g2 register, not %o0.

From-SVN: r28395
This commit is contained in:
Dan Nicolaescu 1999-08-02 07:31:09 +00:00 committed by Jeff Law
parent d7cf46ac0e
commit 110b03026a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Aug 2 01:27:24 1999 Dan Nicolaescu <dann@ics.uci.edu>
* sparc.c (sparc_block_profiler): Use the %g2 register, not %o0.
Sun Aug 1 22:46:42 1999 Jeffrey A Law (law@cygnus.com)
* cse.c (cse_insn): Fix loop which deletes insns after a jump

View File

@ -7770,7 +7770,7 @@ sparc_block_profiler(file, blockno)
assemble_name (file, LPBX);
fputs ("),%g2\n", file);
fputs ("\tor\t%o0,%lo(", file);
fputs ("\tor\t%o2,%lo(", file);
assemble_name (file, LPBX);
fputs ("),%g2\n", file);