Add a missing cast for Neon vsbl results.
authorBob Wilson <bob.wilson@apple.com>
Thu, 2 Dec 2010 01:18:20 +0000 (01:18 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 2 Dec 2010 01:18:20 +0000 (01:18 +0000)
commit1dbfa91671c766cbca6ea1adaa634856e0b88305
tree9b4ff3b02864beeb257e02f1038cf6fd0518c5b9
parentb322fc2ece72fbf2d89f584a12298d21c3ef74ea
Add a missing cast for Neon vsbl results.
The bitwise operations are always done with unsigned values, but the result may
be signed.

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