mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Tidy whitespace in generated arm_neon.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113865 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5b46d62c44
commit
72774c9a83
@ -912,7 +912,7 @@ void NeonEmitter::run(raw_ostream &OS) {
|
||||
OS << "typedef __attribute__(( __vector_size__(";
|
||||
|
||||
OS << utostr(8*v*(quad ? 2 : 1)) << ") )) ";
|
||||
if (!quad)
|
||||
if (!quad && v == 1)
|
||||
OS << " ";
|
||||
|
||||
OS << TypeString('s', TDTypeVec[i]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user