[llvm-commits] [llvm] r155172 - in /llvm/trunk: include/llvm/Target/Target.td utils/TableGen/AsmMatcherEmitter.cpp

Jim Grosbach grosbach at apple.com
Fri Apr 20 09:26:37 PDT 2012


On Apr 20, 2012, at 8:28 AM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:

> 
> On Apr 19, 2012, at 4:59 PM, Jim Grosbach wrote:
> 
>> --- llvm/trunk/include/llvm/Target/Target.td (original)
>> +++ llvm/trunk/include/llvm/Target/Target.td Thu Apr 19 18:59:23 2012
>> @@ -402,6 +402,8 @@
>> 
>>   string AsmMatchConverter = "";
>> 
>> +  string TwoOperandAliasConstraint = "";
>> +
>>   ///@}
>> }
> 
> I think this is the best place of documenting the weird TableGen fields, so you don't have to look through TableGen code to figure out what they mean.

Doh! I knew I forgot something. I completely agree. Will fix.

Thanks!

-Jim

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120420/589d1498/attachment.html>


More information about the llvm-commits mailing list