Simplify code in Neon intrinsics. No functional changes intended.
authorBob Wilson <bob.wilson@apple.com>
Thu, 2 Dec 2010 07:44:23 +0000 (07:44 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 2 Dec 2010 07:44:23 +0000 (07:44 +0000)
commit37a0b54fb5e2fffb1c1e4270111fd283a82dc828
tree6034c8387554fb9458d5cf3ab78e484a906f0272
parent377296e301c12ef551d7089ef68df48a300fb8b7
Simplify code in Neon intrinsics.  No functional changes intended.
For most intrinsics, there is no need to allocate a temporary to hold the
result value; just return it directly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120695 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/NeonEmitter.cpp