diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-fold-mem.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-fold-mem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-fold-mem.ll b/llvm/test/CodeGen/X86/fast-isel-fold-mem.ll index a94577962e9..86bf2f2315a 100644 --- a/llvm/test/CodeGen/X86/fast-isel-fold-mem.ll +++ b/llvm/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 |