Skip to content

Commit

Permalink
rem print
Browse files Browse the repository at this point in the history
  • Loading branch information
typerSniper committed Nov 7, 2024
1 parent e453d8d commit a525278
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/Inline.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ protected void ProcessImplementation(Program program, Implementation impl)

// we need to resolve the new code
ResolveImpl(impl);
Console.WriteLine("printing here for " + impl.Name + " num blocks after inlining = " + impl.Blocks.Count());
if (options.PrintInlined)
{
EmitImpl(impl);
Expand Down Expand Up @@ -318,7 +317,6 @@ int countCall (CallCmd cmd) {
impl.Proc.CheckIntAttribute("inline", ref depth);
}
if (depth >= 0) {
Console.WriteLine("assinging " + impl.Proc.Name + " depth = " + depth);
depthTracker.setDepth (callCmd, impl, depth);
}
return depth;
Expand Down

0 comments on commit a525278

Please sign in to comment.