commit | 956344c1cb4b48e1170a6fd53d87569e963105fa | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Aug 04 19:55:39 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Aug 04 19:55:39 2005 +0000 |
tree | 02bbfb14c68623a36ba2f19e1dca64e5b93c68c9 | |
parent | 7a2ca56ef3bdda6874bcd4df2910fb5a33999f85 [diff] [blame] |
None of these tests should require a working lli, they are codegen tests, not execution tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22655 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/X86/2002-12-23-SubProblem.llx b/test/CodeGen/X86/2002-12-23-SubProblem.llx index 5f5a4cf..744db0f 100644 --- a/test/CodeGen/X86/2002-12-23-SubProblem.llx +++ b/test/CodeGen/X86/2002-12-23-SubProblem.llx
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | lli -force-interpreter=false -regalloc=simple +; RUN: llvm-as < %s | llc -march=x86 -regalloc=simple int %main(int %B) { ;%B = add int 0, 1