summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/inlineasm3.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/inlineasm3.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/inlineasm3.ll')
-rw-r--r--test/CodeGen/ARM/inlineasm3.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/inlineasm3.ll b/test/CodeGen/ARM/inlineasm3.ll
index 390a44e375b..5ee3247209a 100644
--- a/test/CodeGen/ARM/inlineasm3.ll
+++ b/test/CodeGen/ARM/inlineasm3.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+neon,+v6t2 | FileCheck %s
+; RUN: llc < %s -march=arm -float-abi=soft -mattr=+neon,+v6t2 | FileCheck %s
; Radar 7449043
%struct.int32x4_t = type { <4 x i32> }