diff --git a/gas/ChangeLog b/gas/ChangeLog index ea8fa52e143..580e8304c2c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2012-05-04 H.J. Lu + + * config/tc-i386.c (output_insn): Reformat. + 2012-05-04 H.J. Lu * config/tc-i386.c (output_insn): Remove the extra VEX check. diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 62085a035a2..c0c1bedfb7b 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -6218,7 +6218,7 @@ output_insn (void) unsigned int prefix; /* Since the VEX prefix contains the implicit prefix, we don't - need the explicit prefix. */ + need the explicit prefix. */ if (!i.tm.opcode_modifier.vex) { switch (i.tm.opcode_length)