github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. 
:warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 74e1554d7b4013a975cf5fb8df64a6419bb14a45 
9a8172cd4168e4b9b45a9f973ab34aa1266816f8 --extensions h,cpp -- 
llvm/include/llvm/Transforms/Utils/IRNormalizer.h 
llvm/lib/Transforms/Utils/IRNormalizer.cpp 
llvm/include/llvm/Passes/StandardInstrumentations.h 
llvm/lib/Passes/PassBuilder.cpp llvm/lib/Passes/StandardInstrumentations.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/lib/Transforms/Utils/IRNormalizer.cpp 
b/llvm/lib/Transforms/Utils/IRNormalizer.cpp
index 5a7d2d8aa8..8f527cb690 100644
--- a/llvm/lib/Transforms/Utils/IRNormalizer.cpp
+++ b/llvm/lib/Transforms/Utils/IRNormalizer.cpp
@@ -26,8 +26,8 @@
 #include "llvm/IR/Module.h"
 #include "llvm/InitializePasses.h"
 #include "llvm/Pass.h"
-#include "llvm/Passes/StandardInstrumentations.h"
 #include "llvm/PassRegistry.h"
+#include "llvm/Passes/StandardInstrumentations.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Transforms/Utils.h"
 #include <algorithm>

``````````

</details>


https://github.com/llvm/llvm-project/pull/113780
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to