Remove trailing white spaces.

This commit is contained in:
H.J. Lu
2007-04-13 21:59:35 +00:00
parent 246c51aaae
commit 6e26e51a85
3 changed files with 4 additions and 2 deletions

View File

@ -142,7 +142,7 @@ const template i386_optab[] =
/* Exchange instructions.
xchg commutes: we allow both operand orders.
In the 64bit code, xchg rax, rax is reused for new nop instruction. */
{"xchg", 2, 0x90, X, 0, wlq_Suf|ShortForm, { WordReg, Acc, 0 } },
{"xchg", 2, 0x90, X, 0, wlq_Suf|ShortForm, { Acc, WordReg, 0 } },