From: Kyrylo Tkachov Date: Fri, 25 Apr 2014 14:32:39 +0000 (+0000) Subject: [ARM] Initialise T16-related fields in Cortex-A8 tuning struct. X-Git-Tag: releases/gcc-5.1.0~7910 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e4c913f530be89adfbc6dd491d407e866c82b6f;p=thirdparty%2Fgcc.git [ARM] Initialise T16-related fields in Cortex-A8 tuning struct. * config/arm/arm.c (arm_cortex_a8_tune): Initialise T16-related fields. From-SVN: r209806 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 228404c3b662..d08a41754a90 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-04-25 Kyrylo Tkachov + + * config/arm/arm.c (arm_cortex_a8_tune): Initialise + T16-related fields. + 2014-04-25 Bill Schmidt PR tree-optimization/60930 diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 09b5c520d665..de457a36647c 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -1710,7 +1710,8 @@ const struct tune_params arm_cortex_a8_tune = false, /* Prefer LDRD/STRD. */ {true, true}, /* Prefer non short circuit. */ &arm_default_vec_cost, /* Vectorizer costs. */ - false /* Prefer Neon for 64-bits bitops. */ + false, /* Prefer Neon for 64-bits bitops. */ + false, false /* Prefer 32-bit encodings. */ }; const struct tune_params arm_cortex_a7_tune =