X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Ffast-isel-fold-mem.ll;h=86bf2f2315ad65aff25d38102132694a86c7a3fc;hp=a94577962e9192cfe42311ee1a47e5e9f502fdbe;hb=26d628d6ce20548dcb7c99a9519b9034bbf9f5e7;hpb=13c5474d35bae1b942ddbc259925fd9246cb73df diff --git a/test/CodeGen/X86/fast-isel-fold-mem.ll b/test/CodeGen/X86/fast-isel-fold-mem.ll index a94577962e9..86bf2f2315a 100644 --- a/test/CodeGen/X86/fast-isel-fold-mem.ll +++ b/test/CodeGen/X86/fast-isel-fold-mem.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s -; RUN: llc < %s -fast-isel -fast-isel-abort -mtriple=x86_64-apple-darwin | FileCheck %s +; RUN: llc < %s -fast-isel -fast-isel-abort=1 -mtriple=x86_64-apple-darwin | FileCheck %s define i64 @fold_load(i64* %a, i64 %b) { ; CHECK-LABEL: fold_load