Files
clang-p2996/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
Wu Yingcong 42775a44c9 [ControlHeightReduction] Add assert to avoid underflow (#116339)
`NumCHRedBranches - 1` is used later, we should add an assertion to make
sure it will not underflow.
2024-11-21 14:13:08 +08:00

80 KiB