Minor change to Linalg Tablegen file to not include OpBase.td if already included...
authorMLIR Team <no-reply@google.com>
Wed, 5 Jun 2019 21:57:20 +0000 (14:57 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 9 Jun 2019 23:20:13 +0000 (16:20 -0700)
PiperOrigin-RevId: 251725376

mlir/include/mlir/Linalg/IR/LinalgBase.td

index 55bd4e7..4ea6651 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
+#ifdef OP_BASE
+#else
 include "mlir/IR/OpBase.td"
+#endif // OP_BASE
 
 #ifdef LINALG_BASE
 #else