Add encoding for VSTR.
[oota-llvm.git] / docs / TableGenFundamentals.html
index 2f0c4ae6ec299397ebb338681f3d1f8580352717..e9067b0e1ee69f0591d5bd05b98d89236c442646 100644 (file)
@@ -422,7 +422,7 @@ class.  This operation is analogous to $(foreach) in GNU make.</dd>
   <dd>'b' if the result of 'int' or 'bit' operator 'a' is nonzero,
       'c' otherwise.</dd>
 <dt><tt>!eq(a,b)</tt></dt>
-  <dd>Integer one if string a is equal to string b, zero otherwise.  This
+  <dd>'bit 1' if string a is equal to string b, 0 otherwise.  This
       only operates on string, int and bit objects.  Use !cast&lt;string&gt; to
       compare other types of objects.</dd>
 </dl>