Minor replacement. LLVM_ATTRIBUTE_USED was introduced to silence a warning but using #ifndef NDEBUG makes more sense in this case.
Details
Details
Diff Detail
Diff Detail
Differential D47498
[VPlan] Replace LLVM_ATTRIBUTE_USED with ifndef NDEBUG dcaballe on May 29 2018, 2:56 PM. Authored by
Details Minor replacement. LLVM_ATTRIBUTE_USED was introduced to silence a warning but using #ifndef NDEBUG makes more sense in this case.
Diff Detail |