Commit 110b0302 by Dan Nicolaescu Committed by Jeff Law

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

From-SVN: r28395
parent d7cf46ac
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment