Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / fast-isel-cmp.ll
index 1b72cfcde6577889dd5eaa85c1da432fe0b92a98..d15dd50a45545c42ac21e21e0e09cabd6ebd8df3 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc < %s                             -mtriple=x86_64-apple-darwin10 | FileCheck %s --check-prefix=SDAG
-; RUN: llc < %s -fast-isel -fast-isel-abort -mtriple=x86_64-apple-darwin10 | FileCheck %s --check-prefix=FAST
+; RUN: llc < %s -fast-isel -fast-isel-abort=1 -mtriple=x86_64-apple-darwin10 | FileCheck %s --check-prefix=FAST
 
 define zeroext i1 @fcmp_oeq(float %x, float %y) {
 ; SDAG-LABEL: fcmp_oeq