[Mlir-commits] [mlir] d99d258 - Apply clang-tidy fixes for llvm-include-order in InferIntRangeInterface.cpp (NFC)

Mehdi Amini llvmlistbot at llvm.org
Wed Feb 14 10:12:42 PST 2024


Author: Mehdi Amini
Date: 2024-02-14T10:11:38-08:00
New Revision: d99d258e3e41b8afd1d33676bb3d2e7d83ce8ffc

URL: https://github.com/llvm/llvm-project/commit/d99d258e3e41b8afd1d33676bb3d2e7d83ce8ffc
DIFF: https://github.com/llvm/llvm-project/commit/d99d258e3e41b8afd1d33676bb3d2e7d83ce8ffc.diff

LOG: Apply clang-tidy fixes for llvm-include-order in InferIntRangeInterface.cpp (NFC)

Added: 
    

Modified: 
    mlir/lib/Interfaces/InferIntRangeInterface.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Interfaces/InferIntRangeInterface.cpp b/mlir/lib/Interfaces/InferIntRangeInterface.cpp
index cc31104ce33352..b3f6c0ee3cc32d 100644
--- a/mlir/lib/Interfaces/InferIntRangeInterface.cpp
+++ b/mlir/lib/Interfaces/InferIntRangeInterface.cpp
@@ -8,8 +8,8 @@
 
 #include "mlir/Interfaces/InferIntRangeInterface.h"
 #include "mlir/IR/BuiltinTypes.h"
-#include <optional>
 #include "mlir/Interfaces/InferIntRangeInterface.cpp.inc"
+#include <optional>
 
 using namespace mlir;
 


        


More information about the Mlir-commits mailing list