* sparc.c (sparc_block_profiler): Use the %g2 register, not %o0.
From-SVN: r28395
This commit is contained in:
parent
d7cf46ac0e
commit
110b03026a
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user