(PROMOTE_MODE): Fix typo.

From-SVN: r3720
This commit is contained in:
Richard Kenner 1993-03-12 17:48:08 -05:00
parent 7b0d7bd0c9
commit dac29d65d8
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ extern int target_flags;
#define PROMOTE_MODE(MODE,UNSIGNEDP,TYPE) \
if (GET_MODE_CLASS (MODE) == MODE_INT \
&& GET_MODE_SIZE (MODE) < 4) \
(MODE) == SImode;
(MODE) = SImode;
/* Define this if most significant bit is lowest numbered
in instructions that operate on numbered bit-fields.

View File

@ -114,7 +114,7 @@ extern int target_flags;
#define PROMOTE_MODE(MODE,UNSIGNEDP,TYPE) \
if (GET_MODE_CLASS (MODE) == MODE_INT \
&& GET_MODE_SIZE (MODE) < 4) \
(MODE) == SImode;
(MODE) = SImode;
/* Define this if most significant bit is lowest numbered
in instructions that operate on numbered bit-fields. */