Document !and. Fix !shl and friends -- they provide binary operations.
[oota-llvm.git] / docs / TableGen / LangIntro.rst
index 5bb6ee267cd893f5de61d01d74fadc2595e9dd7f..85c74a5b46087b91d99756785f3c84b5289b0b65 100644 (file)
@@ -211,8 +211,8 @@ supported include:
     on string, int and bit objects.  Use !cast<string> to compare other types of
     objects.
 
-``!shl(a,b)`` ``!srl(a,b)`` ``!sra(a,b)`` ``!add(a,b)``
-    The usual logical and arithmetic operators.
+``!shl(a,b)`` ``!srl(a,b)`` ``!sra(a,b)`` ``!add(a,b)`` ``!and(a,b)``
+    The usual binary and arithmetic operators.
 
 Note that all of the values have rules specifying how they convert to values
 for different types.  These rules allow you to assign a value like "``7``"