From 86ac3fc9af774b49ed51a446830e5c4382bc8199 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. llvm-svn: 113865 --- llvm/utils/TableGen/NeonEmitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/utils') diff --git a/llvm/utils/TableGen/NeonEmitter.cpp b/llvm/utils/TableGen/NeonEmitter.cpp index 0a12f376669..5db1564229d 100644 --- a/llvm/utils/TableGen/NeonEmitter.cpp +++ b/llvm/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