Skip to content

Commit 46c907f

Browse files
committed
Revert an accidental change
1 parent d275cc4 commit 46c907f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ir/module-splitting.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ Name ModuleSplitter::getTrampoline(Name funcName) {
559559
auto func = builder.makeFunction(trampoline, oldFunc->type, {}, call);
560560
func->hasExplicitName = oldFunc->hasExplicitName;
561561
primary.addFunction(std::move(func));
562-
// primaryFuncs.insert(trampoline);
562+
primaryFuncs.insert(trampoline);
563563
return trampoline;
564564
}
565565

0 commit comments

Comments
 (0)