Reformat output_insn

* config/tc-i386.c (output_insn): Reformat.
This commit is contained in:
H.J. Lu
2012-05-04 19:11:04 +00:00
parent 762ebb75ae
commit 89e71f5c88
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (output_insn): Reformat.
2012-05-04 H.J. Lu <hongjiu.lu@intel.com> 2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (output_insn): Remove the extra VEX check. * config/tc-i386.c (output_insn): Remove the extra VEX check.

View File

@ -6218,7 +6218,7 @@ output_insn (void)
unsigned int prefix; unsigned int prefix;
/* Since the VEX prefix contains the implicit prefix, we don't /* 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) if (!i.tm.opcode_modifier.vex)
{ {
switch (i.tm.opcode_length) switch (i.tm.opcode_length)