mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +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