[llvm-commits] [llvm] r139563 - /llvm/trunk/lib/Target/X86/X86InstrCompiler.td

Eli Friedman eli.friedman at gmail.com
Mon Sep 12 17:58:23 PDT 2011


On Mon, Sep 12, 2011 at 5:52 PM, Chandler Carruth <chandlerc at google.com> wrote:
> On Mon, Sep 12, 2011 at 5:27 PM, Eli Friedman <eli.friedman at gmail.com>
> wrote:
>>
>> Author: efriedma
>> Date: Mon Sep 12 19:27:04 2011
>> New Revision: 139563
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=139563&view=rev
>> Log:
>> Fix the assembler strings for a couple of atomic instructions.  Doesn't
>> really matter much in practice, but it's a bit cleaner.
>
> *cough* test case? ;] I know it doesn't matter much, but these look trivial
> to test anyways...

We don't really have any tests for the Intel-style asm-printer;
outside of that, this is only cosmetic.

-Eli




More information about the llvm-commits mailing list