mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
This prevents unused variable warning/error in -DNDEBUG builds. The
variable was introduced in 5934cd11ea.
Patch by: Shu-Chun Weng
Differential revision: https://reviews.llvm.org/D69451