From 72774c9a83210610b976391aba05a727dcd71f1f Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Tue, 14 Sep 2010 21:52:34 +0000 Subject: Tidy whitespace in generated arm_neon.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113865 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/NeonEmitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/TableGen/NeonEmitter.cpp b/utils/TableGen/NeonEmitter.cpp index 0a12f37666..5db1564229 100644 --- a/utils/TableGen/NeonEmitter.cpp +++ b/utils/TableGen/NeonEmitter.cpp @@ -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]); -- cgit v1.2.3