[llvm] Fix for #99661 (PR #101986)

via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 5 07:25:16 PDT 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 3364284d87035eaac9662d345d4ddee2714f8fd7 e5a80eb30a79bd40e64c3fdfc4f7c35ccd248517 --extensions cpp -- llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp b/llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp
index 982a8b30a0..afdc1e520e 100644
--- a/llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp
+++ b/llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp
@@ -424,7 +424,6 @@ void X86IntelInstPrinter::printMemReference(const MCInst *MI, unsigned Op,
     }
   }
 
-
   O << M << ']';
 }
 

``````````

</details>


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


More information about the llvm-commits mailing list