Fixed release build.

This commit is contained in:
Scott Duensing 2026-05-27 19:44:34 -05:00
parent 25a67901a6
commit f4503f73c0

View file

@ -1575,7 +1575,9 @@ SDValue W65816TargetLowering::LowerOperation(SDValue Op,
return buildWide32(DAG, DL, Lo, Hi);
}
default:
#ifndef NDEBUG
Op.dump();
#endif
llvm_unreachable("W65816: unexpected operation in LowerOperation");
}
}