]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386: Fix up whitespace in assembly
authorJakub Jelinek <jakub@redhat.com>
Tue, 13 Jun 2023 16:39:45 +0000 (18:39 +0200)
committerJakub Jelinek <jakub@redhat.com>
Tue, 13 Jun 2023 16:39:45 +0000 (18:39 +0200)
commit1c188877bfc5a4aee3f777f0d4d60500bc222b54
treea5acef451d5f8c6b5cffd0799b0a4e32af76ce6b
parent40eafcd83d6ee644ec48985fd5a9696921ea10e7
i386: Fix up whitespace in assembly

I've noticed that standard_sse_constant_opcode emits some spurious
whitespace around tab, that isn't something which is done for
any other instruction and looks wrong.

2023-06-13  Jakub Jelinek  <jakub@redhat.com>

* config/i386/i386.cc (standard_sse_constant_opcode): Remove
superfluous spaces around \t for vpcmpeqd.
gcc/config/i386/i386.cc