From 89e71f5c88863981d62836a94e59161767ba55ff Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 4 May 2012 19:11:04 +0000 Subject: [PATCH] Reformat output_insn * config/tc-i386.c (output_insn): Reformat. --- gas/ChangeLog | 4 ++++ gas/config/tc-i386.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index ea8fa52e14..580e8304c2 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 62085a035a..c0c1bedfb7 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) -- 2.34.1