commit | a42a757176df18c0c930f519ea597c42c8873650 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Mon Apr 25 10:12:01 2011 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Mon Apr 25 10:12:01 2011 +0000 |
tree | 46dfa34fe3b1f8da341222fb3dde028c83d96097 | |
parent | a4a2a03c311e7a7b64bfba1ae714ae85f74999fd [diff] [blame] |
Make tests more useful. lit needs a linter ... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130126 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/X86/fast-isel-x86.ll b/test/CodeGen/X86/fast-isel-x86.ll index 56aeb3a..f7f5778 100644 --- a/test/CodeGen/X86/fast-isel-x86.ll +++ b/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: