Tidy whitespace in generated arm_neon.h.
authorBob Wilson <bob.wilson@apple.com>
Tue, 14 Sep 2010 21:52:34 +0000 (21:52 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 14 Sep 2010 21:52:34 +0000 (21:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113865 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/NeonEmitter.cpp

index 0a12f3766699cd7ef05a8a92db9d5a95b9075b17..5db1564229daa8f3ea8040a41d4f735d5f9e2b34 100644 (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]);