Commit 1f242a02 by Jakub Jelinek Committed by Jakub Jelinek

re PR target/54308 (build regression in 190498 on ppc64/linux:…

re PR target/54308 (build regression in 190498 on ppc64/linux: legitimate_indirect_address_p undefined)

	PR target/54308
	* config/rs6000/rs6000.c (legitimate_indirect_address_p): Remove
	inline keyword.

From-SVN: r193336
parent 28d1688d
2012-11-08 Jakub Jelinek <jakub@redhat.com>
PR target/54308
* config/rs6000/rs6000.c (legitimate_indirect_address_p): Remove
inline keyword.
2012-11-08 Bernd Schmidt <bernds@codesourcery.com> 2012-11-08 Bernd Schmidt <bernds@codesourcery.com>
PR rtl-optimization/54850 PR rtl-optimization/54850
...@@ -5465,7 +5465,7 @@ avoiding_indexed_address_p (enum machine_mode mode) ...@@ -5465,7 +5465,7 @@ avoiding_indexed_address_p (enum machine_mode mode)
return (TARGET_AVOID_XFORM && VECTOR_MEM_NONE_P (mode)); return (TARGET_AVOID_XFORM && VECTOR_MEM_NONE_P (mode));
} }
inline bool bool
legitimate_indirect_address_p (rtx x, int strict) legitimate_indirect_address_p (rtx x, int strict)
{ {
return GET_CODE (x) == REG && INT_REG_OK_FOR_BASE_P (x, strict); return GET_CODE (x) == REG && INT_REG_OK_FOR_BASE_P (x, strict);
......
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