Skip to content

Commit 0890c8f

Browse files
Use type alias
1 parent 512dad6 commit 0890c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/passes/GlobalEffects.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ void propagateEffects(const Module& module,
231231
const CallGraph& callGraph;
232232
const Module& module;
233233

234-
CallGraphSCCs(decltype(funcNodes)&& nodes,
234+
CallGraphSCCs(funcNodesType&& nodes,
235235
const std::map<Function*, FuncInfo>& funcInfos,
236236
const CallGraph& callGraph,
237237
const Module& module)

0 commit comments

Comments
 (0)