1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

Attempt to pacify the bots - this commit requires asserts.

llvm-svn: 208424
This commit is contained in:
James Molloy 2014-05-09 16:20:53 +00:00
parent 421423af16
commit dc7b7c407d

View File

@ -1,5 +1,6 @@
; RUN: llc < %s -float-abi=hard -debug-only arm-isel 2>&1 | FileCheck %s
; RUN: llc < %s -float-abi=soft -debug-only arm-isel 2>&1 | FileCheck %s --check-prefix=SOFT
; REQUIRES: asserts
target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-n32-S64"
target triple = "armv7-none--eabi"