[NFC,StackSafety] Fix template arg name

This commit is contained in:
Vitaly Buka 2020-06-03 02:38:49 -07:00
parent dd1bc59b72
commit 264d435ee1
1 changed files with 2 additions and 2 deletions

View File

@ -534,8 +534,8 @@ void StackSafetyDataFlowAnalysis<CalleeTy>::runDataFlow() {
}
#ifndef NDEBUG
template <typename ID>
void StackSafetyDataFlowAnalysis<ID>::verifyFixedPoint() {
template <typename CalleeTy>
void StackSafetyDataFlowAnalysis<CalleeTy>::verifyFixedPoint() {
WorkList.clear();
updateAllNodes();
assert(WorkList.empty());