diff options
Diffstat (limited to 'test/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx')
-rw-r--r-- | test/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx b/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx index c3f4635236..71ba4cdf63 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: as < %s | lli -stats 2>&1 | not grep spilled +; RUN: llvm-as < %s | lli -stats 2>&1 | not grep spilled target endian = little target pointersize = 32 |