summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
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
commit238a21f2d5e5bd84de82b77f78b8eb77d9f5791e (patch)
tree5b7a09642fa8782302b4dd2cac26ef2ac03acaea /llvm/test/CodeGen
parent8dcc466886f856e602086c54533eeaf203fd48e8 (diff)
downloadbcm5719-llvm-238a21f2d5e5bd84de82b77f78b8eb77d9f5791e.tar.gz
bcm5719-llvm-238a21f2d5e5bd84de82b77f78b8eb77d9f5791e.zip
Make this test disable fast isel as it's not needed.
llvm-svn: 130165
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/ARM/vst3.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/vst3.ll b/llvm/test/CodeGen/ARM/vst3.ll
index d262303bc60..e3372a03793 100644
--- a/llvm/test/CodeGen/ARM/vst3.ll
+++ b/llvm/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:
OpenPOWER on IntegriCloud