diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-07-10 00:23:48 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-07-10 00:23:48 +0000 |
commit | a34fca166572ff4c9192e375d74d89808b3caf74 (patch) | |
tree | 13c36e9f73d3674ff866b7fb5718bdf65308cf43 /test | |
parent | 995f697df68986ea48f8194239c28d3db9c94de5 (diff) | |
download | external_llvm-a34fca166572ff4c9192e375d74d89808b3caf74.zip external_llvm-a34fca166572ff4c9192e375d74d89808b3caf74.tar.gz external_llvm-a34fca166572ff4c9192e375d74d89808b3caf74.tar.bz2 |
Remove a bogus assertion.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75206 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/ARM/illegal-vector-bitcast.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/illegal-vector-bitcast.ll b/test/CodeGen/ARM/illegal-vector-bitcast.ll index ad24eb5..832858e 100644 --- a/test/CodeGen/ARM/illegal-vector-bitcast.ll +++ b/test/CodeGen/ARM/illegal-vector-bitcast.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | llc -march=arm +; RUN: llvm-as < %s | llc -mtriple=arm-linux define void @foo(<8 x float>* %f, <8 x float>* %g, <4 x i64>* %y) { |