summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2011-11-29-128bitArithmetics.ll
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2013-12-18 09:58:06 +0000
committerTim Northover <tnorthover@apple.com>2013-12-18 09:58:06 +0000
commit645efd763d058cadfb68c114bddbcda8f94f6f24 (patch)
tree12ddab1270dfe8000134004b84e8510adb5fe5f3 /test/CodeGen/ARM/2011-11-29-128bitArithmetics.ll
parente66345aed48362550467ae72af0b1cfb704b8f9f (diff)
ARM: force soft-float ABI for tests depending on it.
This should fix the ARM bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197555 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/2011-11-29-128bitArithmetics.ll')
-rw-r--r--test/CodeGen/ARM/2011-11-29-128bitArithmetics.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2011-11-29-128bitArithmetics.ll b/test/CodeGen/ARM/2011-11-29-128bitArithmetics.ll
index a263c9c8d67..1d2be314851 100644
--- a/test/CodeGen/ARM/2011-11-29-128bitArithmetics.ll
+++ b/test/CodeGen/ARM/2011-11-29-128bitArithmetics.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mcpu=cortex-a9 | FileCheck %s
+; RUN: llc < %s -march=arm -float-abi=soft -mcpu=cortex-a9 | FileCheck %s
@A = global <4 x float> <float 0., float 1., float 2., float 3.>