Chenguang Wang 45c3053ae0
[AArch64] Fix unused-variable warning for non-dbg builds. (#143175)
AArch64ISelLowering.cpp currently fails -Wunused-variable because SrcVT
is only used in assert(), so it is an unused variable if not using debug
builds. This behavior was introduced in 2c0a2261.
2025-06-06 10:35:16 -07:00
..
2025-04-15 02:24:12 -07:00