From: H.J. Lu Date: Fri, 4 May 2012 19:11:04 +0000 (+0000) Subject: Reformat output_insn X-Git-Tag: sid-snapshot-20120601~325 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=89e71f5c88863981d62836a94e59161767ba55ff;p=external%2Fbinutils.git Reformat output_insn * config/tc-i386.c (output_insn): Reformat. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index ea8fa52..580e830 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 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. 2012-05-04 H.J. Lu diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 62085a0..c0c1bed 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)