<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Hi Diogo,</p>
<p style="margin-top:0;margin-bottom:0">Looks like your commit is causing buildbot failures, see:</p>
<p style="margin-top:0;margin-bottom:0"><a href="http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/50537/" class="OWAAutoLink">http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/50537/</a></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Cheers,</p>
<p style="margin-top:0;margin-bottom:0">Sjoerd<br>
</p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> llvm-commits <llvm-commits-bounces@lists.llvm.org> on behalf of Diogo N. Sampaio via llvm-commits <llvm-commits@lists.llvm.org><br>
<b>Sent:</b> 06 July 2018 11:09:05<br>
<b>To:</b> llvm-commits@lists.llvm.org<br>
<b>Subject:</b> [llvm] r336428 - Added missing semicolon</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Author: dnsampaio<br>
Date: Fri Jul  6 03:09:04 2018<br>
New Revision: 336428<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=336428&view=rev">http://llvm.org/viewvc/llvm-project?rev=336428&view=rev</a><br>
Log:<br>
Added missing semicolon<br>
<br>
Modified:<br>
    llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp<br>
<br>
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp?rev=336428&r1=336427&r2=336428&view=diff">
http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp?rev=336428&r1=336427&r2=336428&view=diff</a><br>
==============================================================================<br>
--- llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp (original)<br>
+++ llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp Fri Jul  6 03:09:04 2018<br>
@@ -6023,8 +6023,7 @@ SDValue DAGCombiner::foldRedundantShifte<br>
         break;<br>
       } else // Same as SRL<br>
         N0Opcode = ISD::SRL;<br>
-      LLVM_FALLTHROUGH<br>
-      /* fall-through */<br>
+      LLVM_FALLTHROUGH;<br>
     case ISD::SRL:<br>
       CanReduce = (EffectiveOtherMask.lshr(ShiftValue) == EffectiveMask) ||<br>
                   (EffectiveMask.shl(ShiftValue) == EffectiveOtherMask);<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
llvm-commits@lists.llvm.org<br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</div>
</span></font></div>
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose,
 or store or copy the information in any medium. Thank you.
</body>
</html>