forked from OSchip/llvm-project
[NFC,StackSafety] Fix template arg name
This commit is contained in:
parent
dd1bc59b72
commit
264d435ee1
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue