Skip to content

Commit 264d435

Browse files
committed
[NFC,StackSafety] Fix template arg name
1 parent dd1bc59 commit 264d435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Analysis/StackSafetyAnalysis.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,8 @@ void StackSafetyDataFlowAnalysis<CalleeTy>::runDataFlow() {
534534
}
535535

536536
#ifndef NDEBUG
537-
template <typename ID>
538-
void StackSafetyDataFlowAnalysis<ID>::verifyFixedPoint() {
537+
template <typename CalleeTy>
538+
void StackSafetyDataFlowAnalysis<CalleeTy>::verifyFixedPoint() {
539539
WorkList.clear();
540540
updateAllNodes();
541541
assert(WorkList.empty());

0 commit comments

Comments
 (0)