Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sifislag committed Jun 18, 2024
1 parent b5f340c commit fd31be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientlib/function_inliner.dl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.comp AnalysisHelpInliner : FunctionInliner {

.override InlineCandidate
.output InlineCandidate, FunctionToInline, IsPublicFunction, FunctionIsInner, SafelyInlinableFunction
// .output InlineCandidate, FunctionToInline, IsPublicFunction, FunctionIsInner, SafelyInlinableFunction

.decl HighLevelStatement(stmt: Statement)
DEBUG_OUTPUT(HighLevelStatement)
Expand Down

0 comments on commit fd31be1

Please sign in to comment.