[llvm-commits] [llvm] r47660 - in /llvm/trunk: lib/Target/X86/README-X86-64.txt lib/Target/X86/X86ISelLowering.cpp test/CodeGen/X86/x86-64-dead-stack-adjust.ll

Chris Lattner clattner at apple.com
Wed Feb 27 09:47:13 PST 2008


On Feb 27, 2008, at 9:27 AM, Dan Gohman wrote:

> On Wed, February 27, 2008 9:13 am, Chris Lattner wrote:
>>
>> On Feb 27, 2008, at 8:42 AM, gohman at apple.com wrote:
>>
>>> On Tue, February 26, 2008 9:57 pm, Chris Lattner wrote:
>>>> +; RUN: llvm-as < %s | not grep rsp
>>>
>>> This test would be more interesting if it ran llc -march=x86-64 :-).
>>
>> It does! It has a target triple that specifies that :)
>
> Ok, then it's just missing the llc part.

Gosh, some people are just impossible to make happy ;-)

Fixed, thanks for noticing!

-Chris



More information about the llvm-commits mailing list