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:
Bob Wilson 2010-09-14 21:52:34 +00:00
parent 5b46d62c44
commit 72774c9a83

View File

@ -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]);