Enable FastISel on ARM for Linux and NaCl, not MCJIT
[oota-llvm.git] / test / CodeGen / ARM / fast-isel-icmp.ll
index 9d4beb6eebd19b2267d65c4f766c940a25e12a62..3dc1109165af6aeac490ee179ce9b0b177c612d3 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
+; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM
 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
 
 define i32 @icmp_i16_signed(i16 %a, i16 %b) nounwind {