Tidy whitespace in generated arm_neon.h.

llvm-svn: 113865
This commit is contained in:
Bob Wilson 2010-09-14 21:52:34 +00:00
parent 4e4425030a
commit 86ac3fc9af
1 changed files with 1 additions and 1 deletions

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