diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2019-01-09 16:44:56 -0500 |
---|---|---|
committer | Sandra Loosemore <sandra@gcc.gnu.org> | 2019-01-09 16:44:56 -0500 |
commit | 155ed511cf8bb7ca99d663c333292d5b6796a2d7 (patch) | |
tree | fc58aefeb5d946589ce39d0614ebb28a8e7e1cff /gcc/lra-constraints.c | |
parent | 430002e1d97ca7b02d6c9baa1378bdda4fbf7527 (diff) | |
download | gcc-155ed511cf8bb7ca99d663c333292d5b6796a2d7.zip gcc-155ed511cf8bb7ca99d663c333292d5b6796a2d7.tar.gz gcc-155ed511cf8bb7ca99d663c333292d5b6796a2d7.tar.bz2 |
PR other/16615 [4/5]
2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
PR other/16615 [4/5]
gcc/
* config/pa/pa.c: Change "can not" to "cannot".
* gimple-ssa-evrp-analyze.c: Likewise.
* ipa-icf.c: Likewise.
* ipa-polymorphic-call.c: Likewise.
* ipa-pure-const.c: Likewise.
* lra-constraints.c: Likewise.
* lra-remat.c: Likewise.
* reload1.c: Likewise.
* reorg.c: Likewise.
* tree-ssa-uninit.c: Likewise.
gcc/ada/
* exp_ch11.adb: Change "can not" to "cannot".
* sem_ch4.adb: Likewise.
gcc/fortran/
* expr.c: Change "can not" to "cannot".
libobjc/
* objc/runtime.h: Change "can not" to "cannot".
From-SVN: r267786
Diffstat (limited to 'gcc/lra-constraints.c')
-rw-r--r-- | gcc/lra-constraints.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/lra-constraints.c b/gcc/lra-constraints.c index e3b5ddb..4f434e5 100644 --- a/gcc/lra-constraints.c +++ b/gcc/lra-constraints.c @@ -2647,8 +2647,8 @@ process_alt_operands (int only_alternative) class which does not have actually enough regs to hold the value (e.g. x86 AREG for mode requiring more one general reg). Therefore we have 2 - conditions to check that the reload pseudo can - not hold the mode value. */ + conditions to check that the reload pseudo cannot + hold the mode value. */ && (!targetm.hard_regno_mode_ok (ira_class_hard_regs[this_alternative][0], GET_MODE (*curr_id->operand_loc[nop]))) |