[llvm] r208424 - Attempt to pacify the bots - this commit requires asserts.

James Molloy james.molloy at arm.com
Fri May 9 09:20:54 PDT 2014


Author: jamesm
Date: Fri May  9 11:20:53 2014
New Revision: 208424

URL: http://llvm.org/viewvc/llvm-project?rev=208424&view=rev
Log:
Attempt to pacify the bots - this commit requires asserts.

Modified:
    llvm/trunk/test/CodeGen/ARM/aapcs-hfa.ll

Modified: llvm/trunk/test/CodeGen/ARM/aapcs-hfa.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/aapcs-hfa.ll?rev=208424&r1=208423&r2=208424&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/aapcs-hfa.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/aapcs-hfa.ll Fri May  9 11:20:53 2014
@@ -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"





More information about the llvm-commits mailing list