* config/mcore/mcore.h (WORD_REGISTER_OPERATIONS): Remove duplicate.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 12 Nov 2018 12:00:37 +0000 (12:00 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 12 Nov 2018 12:00:37 +0000 (12:00 +0000)
From-SVN: r266029

gcc/ChangeLog
gcc/config/mcore/mcore.h

index 47571e4390a06e799d51713571f7bdb211c1777c..b65a1f2eb718a027a2a2be65ec21701f9f9344e1 100644 (file)
@@ -1,3 +1,7 @@
+2018-11-12  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * config/mcore/mcore.h (WORD_REGISTER_OPERATIONS): Remove duplicate.
+
 2018-11-12  Richard Biener  <rguenther@suse.de>
 
        * tree-vrp.h (value_range_base::symbolic_p,
index 7f1161730be7baa0a942bebb011150061c9e559b..594e79b6cbbbe3965263ea76e529138ea19562e8 100644 (file)
@@ -552,8 +552,6 @@ extern const enum reg_class regno_reg_class[FIRST_PSEUDO_REGISTER];
    and another.  All register moves are cheap.  */
 #define REGISTER_MOVE_COST(MODE, SRCCLASS, DSTCLASS) 2
 
-#define WORD_REGISTER_OPERATIONS 1
-
 /* Assembler output control.  */
 #define ASM_COMMENT_START "\t//"