From c7d4dc13a4817cf86b50aace1b68c6042e92fe22 Mon Sep 17 00:00:00 2001 From: Hal Finkel Date: Fri, 25 Jan 2013 14:49:08 +0000 Subject: Add an addition operator to TableGen This adds an !add(a, b) operator to tablegen; this will be used to cleanup the PPC register definitions. llvm-svn: 173445 --- llvm/docs/TableGen/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/TableGen') diff --git a/llvm/docs/TableGen/LangRef.rst b/llvm/docs/TableGen/LangRef.rst index 92fdb4a6e6d..53fbe2d126d 100644 --- a/llvm/docs/TableGen/LangRef.rst +++ b/llvm/docs/TableGen/LangRef.rst @@ -91,7 +91,7 @@ wide variety of meanings: .. productionlist:: BangOperator: one of :!eq !if !head !tail !con - :!shl !sra !srl + :!add !shl !sra !srl :!cast !empty !subst !foreach !strconcat Syntax -- cgit v1.2.3