summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-07-10 00:23:48 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-07-10 00:23:48 +0000
commit9c06178e355be69e313820d31878022bc882c2db (patch)
tree13c36e9f73d3674ff866b7fb5718bdf65308cf43 /test
parent97354f5181ee6b7999a468bfc5b62c11e11f6318 (diff)
downloadllvm-9c06178e355be69e313820d31878022bc882c2db.tar.gz
llvm-9c06178e355be69e313820d31878022bc882c2db.tar.bz2
llvm-9c06178e355be69e313820d31878022bc882c2db.tar.xz
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.ll1
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 ad24eb5dad..832858ef8e 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)
{