chore: formatting

Quick fix due to ordering of includes, had to add #include
<mlir/Transforms/DialectConversion.h> to include/concretelang/Conversion/Utils/GenericOpTypeConversionPattern.h
This commit is contained in:
youben11
2021-12-31 11:48:43 +01:00
committed by rudy-6-4
parent 1183c9dc94
commit f1161f7f6d
103 changed files with 748 additions and 510 deletions

View File

@@ -1,5 +1,7 @@
// Part of the Concrete Compiler Project, under the BSD3 License with Zama Exceptions.
// See https://github.com/zama-ai/homomorphizer/blob/master/LICENSE.txt for license information.
// Part of the Concrete Compiler Project, under the BSD3 License with Zama
// Exceptions. See
// https://github.com/zama-ai/homomorphizer/blob/master/LICENSE.txt for license
// information.
#include "concretelang/Support/KeySetCache.h"
#include "concretelang/Support/Error.h"