X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Ffast-isel-select-cmov.ll;h=879cd2f95ba63856f2a718b0fc4163a363483892;hb=bdcbc426af9836ee57e21bf912e29bd5c32f7851;hp=8008e283ad600f7670ef9b2edbd6027640fd1d4b;hpb=5f4e6e1ec0154137efb15ea497ebd8cbe1850ea3;p=oota-llvm.git diff --git a/test/CodeGen/X86/fast-isel-select-cmov.ll b/test/CodeGen/X86/fast-isel-select-cmov.ll index 8008e283ad6..879cd2f95ba 100644 --- a/test/CodeGen/X86/fast-isel-select-cmov.ll +++ b/test/CodeGen/X86/fast-isel-select-cmov.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -fast-isel -fast-isel-abort -mtriple=x86_64-apple-darwin10 | FileCheck %s +; RUN: llc < %s -fast-isel -fast-isel-abort=1 -mtriple=x86_64-apple-darwin10 | FileCheck %s ; Test conditional move for the supported types (i16, i32, and i32) and ; conditon input (argument or cmp). Currently i8 is not supported.