Enable FastISel on ARM for Linux and NaCl
[oota-llvm.git] / test / CodeGen / ARM / fast-isel-ret.ll
index 689b169ee32f6285358ff5ea3ea2f86eb641362b..a7d271a94c0407b40a3e1d2d4f87a8817b3e4f9f 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s
+; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s
 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s
 
 ; Sign-extend of i1 currently not supported by fast-isel