Commit 7c21d0ff by Richard Earnshaw Committed by Richard Earnshaw

arm.c (arm_xgene_tune): Add default initializer for instruction fusion.

	* arm.c (arm_xgene_tune): Add default initializer for instruction
	fusion.

From-SVN: r219679
parent 37767f4f
2015-01-15 Richard Earnshaw <rearnsha@arm.com>
* arm.c (arm_xgene_tune): Add default initializer for instruction
fusion.
2015-01-15 Jan Hubicka <hubicka@ucw.cz>
PR ipa/64068
......
......@@ -1928,7 +1928,8 @@ const struct tune_params arm_xgene1_tune =
false, /* Prefer Neon for 64-bits bitops. */
true, true, /* Prefer 32-bit encodings. */
false, /* Prefer Neon for stringops. */
32 /* Maximum insns to inline memset. */
32, /* Maximum insns to inline memset. */
ARM_FUSE_NOTHING /* Fuseable pairs of instructions. */
};
/* Branches can be dual-issued on Cortex-A5, so conditional execution is
......
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