<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 3 Oct 2023 at 09:11, Philip Reames via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Author: Philip Reames<br>
Date: 2023-10-03T09:10:40-07:00<br>
New Revision: 63bbc250440141b1c51593904fba9bdaa6724280<br>
<br>
URL: <a href="https://github.com/llvm/llvm-project/commit/63bbc250440141b1c51593904fba9bdaa6724280" rel="noreferrer" target="_blank">https://github.com/llvm/llvm-project/commit/63bbc250440141b1c51593904fba9bdaa6724280</a><br>
DIFF: <a href="https://github.com/llvm/llvm-project/commit/63bbc250440141b1c51593904fba9bdaa6724280.diff" rel="noreferrer" target="_blank">https://github.com/llvm/llvm-project/commit/63bbc250440141b1c51593904fba9bdaa6724280.diff</a><br>
<br>
LOG: [RISCV] Remove a stray semi-colon [nfc]<br>
<br>
Noticed by a smallish subset of the build bots.  Interestingly, most compilers appear to accept a stray semi-colon between function bodies.<br></blockquote><div><br></div><div>Not all bots runs -Werror.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Added: <br>
<br>
<br>
Modified: <br>
    llvm/lib/Target/RISCV/RISCVISelLowering.cpp<br>
<br>
Removed: <br>
<br>
<br>
<br>
################################################################################<br>
diff  --git a/llvm/lib/Target/RISCV/RISCVISelLowering.cpp b/llvm/lib/Target/RISCV/RISCVISelLowering.cpp<br>
index 00ae8924369a890..d5b4a98147192b1 100644<br>
--- a/llvm/lib/Target/RISCV/RISCVISelLowering.cpp<br>
+++ b/llvm/lib/Target/RISCV/RISCVISelLowering.cpp<br>
@@ -11129,7 +11129,7 @@ static unsigned getVecReduceOpcode(unsigned Opc) {<br>
   case ISD::XOR:<br>
     return ISD::VECREDUCE_XOR;<br>
   }<br>
-};<br>
+}<br>
<br>
 /// Perform two related transforms whose purpose is to incrementally recognize<br>
 /// an explode_vector followed by scalar reduction as a vector reduction node.<br>
<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</blockquote></div></div>