diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2010-09-14 21:52:34 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2010-09-14 21:52:34 +0000 |
| commit | 86ac3fc9af774b49ed51a446830e5c4382bc8199 (patch) | |
| tree | 6d517a3dc5338acdbe2ce5195d214850abd837d5 | |
| parent | 4e4425030ab0932dbd95a7f5102fc989db7caaea (diff) | |
| download | llvm-86ac3fc9af774b49ed51a446830e5c4382bc8199.zip llvm-86ac3fc9af774b49ed51a446830e5c4382bc8199.tar.gz llvm-86ac3fc9af774b49ed51a446830e5c4382bc8199.tar.bz2 | |
Tidy whitespace in generated arm_neon.h.
llvm-svn: 113865
| -rw-r--r-- | llvm/utils/TableGen/NeonEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/NeonEmitter.cpp b/llvm/utils/TableGen/NeonEmitter.cpp index 0a12f37..5db1564 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]); |
