================ @@ -9302,7 +9412,8 @@ SDValue SystemZTargetLowering::PerformDAGCombine(SDNode *N, case ISD::SETCC: return combineSETCC(N, DCI); case SystemZISD::BR_CCMASK: return combineBR_CCMASK(N, DCI); case SystemZISD::SELECT_CCMASK: return combineSELECT_CCMASK(N, DCI); - case SystemZISD::GET_CCMASK: return combineGET_CCMASK(N, DCI); + case SystemZISD::GET_CCMASK: + return combineGET_CCMASK(N, DCI); ---------------- uweigand wrote:
Another no-op change https://github.com/llvm/llvm-project/pull/169317 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
