summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fdivs.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-05-21 00:43:17 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-05-21 00:43:17 +0000
commitf7d87ee1584bffe361b39f8cec7a39131c8c4efc (patch)
treec0979fdab1e173425d355e6cb2c7996140818eb0 /test/CodeGen/ARM/fdivs.ll
parentb11ac950d69c7a238de0a22fd23fbfcd994f57ee (diff)
Change ARM scheduling default to list-hybrid if the target supports floating point instructions (and is not using soft float).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104307 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fdivs.ll')
-rw-r--r--test/CodeGen/ARM/fdivs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fdivs.ll b/test/CodeGen/ARM/fdivs.ll
index 0c314957929..9af1217de1d 100644
--- a/test/CodeGen/ARM/fdivs.ll
+++ b/test/CodeGen/ARM/fdivs.ll
@@ -20,4 +20,4 @@ entry:
; CORTEXA8: test:
; CORTEXA8: vdiv.f32 s0, s1, s0
; CORTEXA9: test:
-; CORTEXA9: vdiv.f32 s0, s1, s0
+; CORTEXA9: vdiv.f32 s0, s0, s1