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/2003-08-03-CallArgLiveRanges.llx b/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx index 71ba4cd..34232b9 100644 --- a/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx +++ b/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx
@@ -3,7 +3,7 @@ ; it makes a ton of annoying overlapping live ranges. This code should not ; cause spills! ; -; RUN: llvm-as < %s | lli -stats 2>&1 | not grep spilled +; RUN: llvm-as < %s | llc -march=x86 -stats 2>&1 | not grep spilled target endian = little target pointersize = 32