[llvm] Fix Issue 65107 (PR #78444)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 05:33:55 PST 2024


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 a9f39ff2b628e38826d5b95c1e8ae3cb7c692de9 bb85732a2f025d18452637159779bc483470febe -- llvm/lib/Transforms/InstCombine/InstCombineInternal.h llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp b/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
index f4411e5237..78a8eed7df 100644
--- a/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
+++ b/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
@@ -3098,7 +3098,7 @@ bool InstCombinerImpl::handleUnreachableFrom(
     // RemoveDIs: erase debug-info on this instruction manually.
     Inst.dropDbgValues();
     eraseInstFromFunction(Inst);
-    Changed  = true;
+    Changed = true;
   }
 
   // RemoveDIs: to match behaviour in dbg.value mode, drop debug-info on

``````````

</details>


https://github.com/llvm/llvm-project/pull/78444


More information about the llvm-commits mailing list