Add a logical 'not' operator to llvmc's TableGen dialect.
[oota-llvm.git] / include / llvm / CompilerDriver / Common.td
index 914249e7d90512530576a14696ab3c6a9f294f53..2ea1f4a3f0c507b60bd4a1fc9b74d26afedc76a8 100644 (file)
@@ -59,6 +59,7 @@ def false;
 // Boolean operators.
 def and;
 def or;
+def not;
 
 // Primitive tests.
 def switch_on;