Change the fast-isel-abort option from bool to int to enable "levels"
[oota-llvm.git] / test / CodeGen / ARM / 2009-04-06-AsmModifier.ll
index 7342f69631e684bc60925d12f09ef3734aa1ca08..e90c5b322db746805a7bd8c13a5422c455b40c2d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm | grep "swi 107"
+; RUN: llc -mtriple=arm-eabi -no-integrated-as %s -o - | FileCheck %s
 
 define i32 @_swilseek(i32) nounwind {
 entry:
@@ -18,3 +18,6 @@ return:               ; preds = %entry
        %4 = load i32* %retval          ; <i32> [#uses=1]
        ret i32 %4
 }
+
+; CHECK: swi 107
+