mips.c (r10k_simplify_address): Eliminate macro usage.
2013-11-20 Jan-Benedict Glaw <jbglaw@lug-owl.de> * config/mips/mips.c (r10k_simplify_address): Eliminate macro usage. [BR]: http://gcc.gnu.org/ml/gcc-patches/2013-11/msg02455.html From-SVN: r205094
This commit is contained in:
parent
b5828b4bf6
commit
d6e193b3e4
@ -1,3 +1,7 @@
|
||||
2013-11-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
|
||||
|
||||
* config/mips/mips.c (r10k_simplify_address): Eliminate macro usage.
|
||||
|
||||
2013-11-20 James Greenhalgh <james.greenhalgh@arm.com>
|
||||
|
||||
* gcc/config/aarch64/aarch64-builtins.c
|
||||
|
@ -14842,7 +14842,7 @@ r10k_simplify_address (rtx x, rtx insn)
|
||||
/* Replace the incoming value of $sp with
|
||||
virtual_incoming_args_rtx. */
|
||||
if (x == stack_pointer_rtx
|
||||
&& DF_REF_BB (def) == ENTRY_BLOCK_PTR)
|
||||
&& DF_REF_BB (def) == ENTRY_BLOCK_PTR_FOR_FN (cfun))
|
||||
newx = virtual_incoming_args_rtx;
|
||||
}
|
||||
else if (dominated_by_p (CDI_DOMINATORS, DF_REF_BB (use),
|
||||
|
Loading…
Reference in New Issue
Block a user