commit | c08944fd5ade75c13204253e7f64d9fa0b15f704 | [log] [tgz] |
---|---|---|
author | Bob Wilson <bob.wilson@apple.com> | Thu Dec 02 01:18:18 2010 +0000 |
committer | Bob Wilson <bob.wilson@apple.com> | Thu Dec 02 01:18:18 2010 +0000 |
tree | 512b8568b023a38e5d04503fe3f0f5f5c686d680 | |
parent | a9ea9ef840d7dba39a8e7a3099b1bc486181512c [diff] [blame] |
Add another missing cast for Neon vcombine results. llvm-svn: 120639
diff --git a/llvm/utils/TableGen/NeonEmitter.cpp b/llvm/utils/TableGen/NeonEmitter.cpp index 651802a..56e7e18 100644 --- a/llvm/utils/TableGen/NeonEmitter.cpp +++ b/llvm/utils/TableGen/NeonEmitter.cpp
@@ -597,7 +597,7 @@ s += "(" + ts + ")a"; break; case OpConcat: - s += "__builtin_shufflevector((int64x1_t)a"; + s += "(" + ts + ")__builtin_shufflevector((int64x1_t)a"; s += ", (int64x1_t)b, 0, 1)"; break; case OpHi: