Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
vidsinghal committed Oct 8, 2024
1 parent 698f65e commit 7b30723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gibbon-compiler/src/Gibbon/Passes/Cursorize.hs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ cursorize Prog{ddefs,fundefs,mainExp} = do
-- |
cursorizeFunDef :: DDefs Ty2 -> FunDefs2 -> FunDef2 -> PassM FunDef3
cursorizeFunDef ddefs fundefs FunDef{funName,funTy,funArgs,funBody,funMeta} = do
let inLocs = dbgTraceIt "Print function type: " dbgTraceIt (sdoc funTy) dbgTraceIt "\n" inLocVars funTy
let inLocs = inLocVars funTy
outLocs = outLocVars funTy
outRegs = outRegVars funTy
inRegs = inRegVars funTy
Expand Down

0 comments on commit 7b30723

Please sign in to comment.