Skip to content

Commit

Permalink
AddRAN: missing fields in functionMeta record
Browse files Browse the repository at this point in the history
  • Loading branch information
vidsinghal committed Aug 18, 2023
1 parent 0cb2be2 commit 5827f62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gibbon-compiler/src/Gibbon/Passes/AddRAN.hs
Original file line number Diff line number Diff line change
Expand Up @@ -582,5 +582,7 @@ genRelOffsetsFunNameFn needRANsTyCons ddfs DDef{tyName, dataCons} = do
, funMeta = FunMeta { funRec = Rec
, funInline = NoInline
, funCanTriggerGC = False
, funOptLayout=NoLayoutOpt
, userConstraintsDataCon=Nothing
}
}

0 comments on commit 5827f62

Please sign in to comment.