diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-x86.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-x86.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-x86.ll b/llvm/test/CodeGen/X86/fast-isel-x86.ll index 56aeb3a3436..f7f577810c6 100644 --- a/llvm/test/CodeGen/X86/fast-isel-x86.ll +++ b/llvm/test/CodeGen/X86/fast-isel-x86.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86 -relocation-model=pic < %s +; RUN: llc -fast-isel -O0 -march=x86 -relocation-model=pic < %s | FileCheck %s ; This should use flds to set the return value. ; CHECK: test0: |