================
@@ -9158,9 +9393,9 @@ SDValue SystemZTargetLowering::PerformDAGCombine(SDNode 
*N,
   case ISD::SREM:
   case ISD::UREM:               return combineIntDIVREM(N, DCI);
   case ISD::INTRINSIC_W_CHAIN:
-  case ISD::INTRINSIC_VOID:     return combineINTRINSIC(N, DCI);
+  case ISD::INTRINSIC_VOID:
+    return combineINTRINSIC(N, DCI);
----------------
uweigand wrote:

This still needs to go away.

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

Reply via email to