diff options
author | YamaArashi <shadow962@live.com> | 2016-02-14 18:43:19 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-14 18:43:19 -0800 |
commit | 7aeb8da2138f7521a78d377343b3a266e1e6f9d6 (patch) | |
tree | 8d1f73d3b850609a2152ce86719c68177558aef9 /gcc/expr.c | |
parent | 9e217b935f6df9afa8e8fbad9c5c6401b879e54a (diff) |
remove delay slot and stack reg code
Diffstat (limited to 'gcc/expr.c')
-rwxr-xr-x | gcc/expr.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -9865,12 +9865,6 @@ expand_builtin_apply_args () tem = gen_rtx_REG (mode, INCOMING_REGNO (regno)); -#ifdef STACK_REGS - /* For reg-stack.c's stack register household. - Compare with a similar piece of code in function.c. */ - - emit_insn (gen_rtx_USE (mode, tem)); -#endif emit_move_insn (change_address (registers, mode, plus_constant (XEXP (registers, 0), |