// // This file is distributed under the MIT License. See LICENSE.md for details. // #ifndef MLIR_CLIFT_OP_INTERFACES #define MLIR_CLIFT_OP_INTERFACES // The MLIR tablegen tool emits declarations in alphabetical order, causing // incorrect emission of interface hierarchies. include "revng/Clift/CliftOpInterfacesControlFlow.td" include "revng/Clift/CliftOpInterfacesExpr.td" #endif