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

Jakob Stoklund Olesen stoklund at 2pi.dk
Fri Apr 20 08:28:39 PDT 2012


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.

/jakob

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


More information about the llvm-commits mailing list