summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-03-25 23:47:34 +0000
committerJim Grosbach <grosbach@apple.com>2010-03-25 23:47:34 +0000
commit7ec7a0e96b34fedf11445c1dde27a4fac8e8a1a7 (patch)
tree844f71bed4cb30bffca7bb3ce57d8c8c493f73f8 /test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll
parent78e496e165e3093f3d7373e50da1c91b9937bc69 (diff)
downloadllvm-7ec7a0e96b34fedf11445c1dde27a4fac8e8a1a7.tar.gz
llvm-7ec7a0e96b34fedf11445c1dde27a4fac8e8a1a7.tar.bz2
llvm-7ec7a0e96b34fedf11445c1dde27a4fac8e8a1a7.tar.xz
switch the flag for using NEON for SP floating point to a subtarget 'feature'.
Re-commit. This time complete with testsuite updates. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99570 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll')
-rw-r--r--test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll b/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll
index 3ada02676b..b18c972aed 100644
--- a/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll
+++ b/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=thumbv7-apple-darwin9 -mattr=+neon -arm-use-neon-fp
+; RUN: llc < %s -mtriple=thumbv7-apple-darwin9 -mcpu=cortex-a8
; rdar://7117307
%struct.Hosp = type { i32, i32, i32, %struct.List, %struct.List, %struct.List, %struct.List }