mirror of git://gcc.gnu.org/git/gcc.git
[Patch obvious AArch64] Wrap SHIFT_COUNT_TRUNCATED in brackets
* config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition in brackets. From-SVN: r236312
This commit is contained in:
parent
83faf7d007
commit
e6bd9fb931
|
|
@ -1,3 +1,8 @@
|
||||||
|
2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
|
||||||
|
|
||||||
|
* config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
|
||||||
|
in brackets.
|
||||||
|
|
||||||
2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
|
2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
|
||||||
|
|
||||||
* config/aarch64/aarch64.c
|
* config/aarch64/aarch64.c
|
||||||
|
|
|
||||||
|
|
@ -835,7 +835,7 @@ typedef struct
|
||||||
#define CANNOT_CHANGE_MODE_CLASS(FROM, TO, CLASS) \
|
#define CANNOT_CHANGE_MODE_CLASS(FROM, TO, CLASS) \
|
||||||
aarch64_cannot_change_mode_class (FROM, TO, CLASS)
|
aarch64_cannot_change_mode_class (FROM, TO, CLASS)
|
||||||
|
|
||||||
#define SHIFT_COUNT_TRUNCATED !TARGET_SIMD
|
#define SHIFT_COUNT_TRUNCATED (!TARGET_SIMD)
|
||||||
|
|
||||||
/* Choose appropriate mode for caller saves, so we do the minimum
|
/* Choose appropriate mode for caller saves, so we do the minimum
|
||||||
required size of load/store. */
|
required size of load/store. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue