summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-04-25 22:39:46 +0000
committerEric Christopher <echristo@apple.com>2011-04-25 22:39:46 +0000
commit546c1ffe5f8a68e8eb31fdc87db53253aae6d417 (patch)
tree89a43a480324af8da327ee72af0fe6fe67fa4e46
parent607b8ebfb849e3257d5ab64fae3ae62229eadb6f (diff)
downloadllvm-546c1ffe5f8a68e8eb31fdc87db53253aae6d417.tar.gz
llvm-546c1ffe5f8a68e8eb31fdc87db53253aae6d417.tar.bz2
llvm-546c1ffe5f8a68e8eb31fdc87db53253aae6d417.tar.xz
Make this test disable fast isel as it's not needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130165 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/ARM/vst3.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/vst3.ll b/test/CodeGen/ARM/vst3.ll
index d262303bc6..e3372a0379 100644
--- a/test/CodeGen/ARM/vst3.ll
+++ b/test/CodeGen/ARM/vst3.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+neon -O0 | FileCheck %s
+; RUN: llc < %s -march=arm -mattr=+neon -disable-arm-fast-isel -O0 | FileCheck %s
define void @vst3i8(i8* %A, <8 x i8>* %B) nounwind {
;CHECK: vst3i8: