mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 17:56:53 +00:00
Tidy whitespace in generated arm_neon.h.
llvm-svn: 113865
This commit is contained in:
parent
a43d109cb3
commit
3cef16bee1
@ -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…
Reference in New Issue
Block a user