projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b46d62
)
Tidy whitespace in generated arm_neon.h.
author
Bob Wilson
<bob.wilson@apple.com>
Tue, 14 Sep 2010 21:52:34 +0000
(21:52 +0000)
committer
Bob 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
patch
|
blob
|
history
diff --git
a/utils/TableGen/NeonEmitter.cpp
b/utils/TableGen/NeonEmitter.cpp
index 0a12f3766699cd7ef05a8a92db9d5a95b9075b17..5db1564229daa8f3ea8040a41d4f735d5f9e2b34 100644
(file)
--- 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]);