diff options
author | Eric Christopher <echristo@apple.com> | 2011-04-25 22:39:46 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-04-25 22:39:46 +0000 |
commit | 238a21f2d5e5bd84de82b77f78b8eb77d9f5791e (patch) | |
tree | 5b7a09642fa8782302b4dd2cac26ef2ac03acaea /llvm/test/CodeGen | |
parent | 8dcc466886f856e602086c54533eeaf203fd48e8 (diff) | |
download | bcm5719-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.ll | 2 |
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: |