comparison gcc/config/sh/sh.c @ 19:58ad6c70ea60

update gcc from 4.4.0 to 4.4.1.
author kent@firefly.cr.ie.u-ryukyu.ac.jp
date Thu, 24 Sep 2009 13:21:57 +0900
parents a06113de4d67
children 77e2b8dfacca
comparison
equal deleted inserted replaced
18:33936f7f2835 19:58ad6c70ea60
6906 emit_insn (GEN_MOV (tmp, GEN_INT (pr_offset))); 6906 emit_insn (GEN_MOV (tmp, GEN_INT (pr_offset)));
6907 emit_insn (GEN_ADD3 (tmp, tmp, hard_frame_pointer_rtx)); 6907 emit_insn (GEN_ADD3 (tmp, tmp, hard_frame_pointer_rtx));
6908 6908
6909 tmp = gen_frame_mem (Pmode, tmp); 6909 tmp = gen_frame_mem (Pmode, tmp);
6910 emit_insn (GEN_MOV (tmp, ra)); 6910 emit_insn (GEN_MOV (tmp, ra));
6911 /* Tell this store isn't dead. */
6912 emit_use (tmp);
6911 } 6913 }
6912 6914
6913 /* Clear variables at function end. */ 6915 /* Clear variables at function end. */
6914 6916
6915 static void 6917 static void