PR target/66854
* config/rs6000/rs6000.c (rs6000_pass_by_reference): Move test for
null before IEEE 128-bit floating point support patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225843
138bc75d-0d04-0410-961f-
82ee72b054a4
+2015-07-14 Michael Meissner <meissner@linux.vnet.ibm.com>
+
+ PR target/66854
+ * config/rs6000/rs6000.c (rs6000_pass_by_reference): Move test for
+ null before IEEE 128-bit floating point support patch.
+
2015-07-15 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* simplify-rtx.c (simplify_ternary_operation): Add simplification
machine_mode mode, const_tree type,
bool named ATTRIBUTE_UNUSED)
{
+ if (!type)
+ return 0;
+
if (DEFAULT_ABI == ABI_V4 && TARGET_IEEEQUAD
&& FLOAT128_IEEE_P (TYPE_MODE (type)))
{
return 1;
}
- if (!type)
- return 0;
-
if (DEFAULT_ABI == ABI_V4 && AGGREGATE_TYPE_P (type))
{
if (TARGET_DEBUG_ARG)