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 origin/main HEAD --extensions cpp,h -- 
llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp 
llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp 
llvm/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h 
llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp 
llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.h 
llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
``````````

:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:

</details>

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

``````````diff
diff --git a/llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp 
b/llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
index e2afb9378..acbc39f3e 100644
--- a/llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
+++ b/llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
@@ -437,8 +437,7 @@ void PPCInstPrinter::printS32ImmOperand(const MCInst *MI, 
unsigned OpNo,
     long long Value = MI->getOperand(OpNo).getImm();
     assert(isInt<32>(Value) && "Invalid s32imm argument!");
     O << (long long)Value;
-  }
-  else
+  } else
     printOperand(MI, OpNo, STI, O);
 }
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/161572
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to