Skip to content

Commit

Permalink
Small stylistic adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtharper committed Feb 17, 2012
1 parent 82c8b38 commit b5931c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EHC/src/ehc/Core/Trf/Fusion.cag
Expand Up @@ -67,7 +67,7 @@ SEM CExpr
-- whose @func is fusible.
------------------------------------------------------------------------------

ATTR CExpr [ || isFusible : Bool ]
ATTR CExpr [ | | isFusible : Bool ]

SEM CExpr
| Var loc.isFusible = isJust (Map.lookup (acbrefNm @ref) @lhs.fuseMp)
Expand Down Expand Up @@ -115,7 +115,7 @@ WRAPPER CodeAGItf
type FuncS = Set.Set HsName
}

ATTR CodeAGItf AllCodeNT [lamMp : LamMp | | ] -- passed in, contains which functions have which fusion roles
ATTR CodeAGItf AllCodeNT [lamMp : LamMp | | ] -- passed in, contains which functions have which fusion roles
ATTR AllCodeNT [fuseMp : FuncMp | | ] -- starts blank, this will contain the transformed code (circular dependecy) for the functions that need to be inlined for fusion

SEM CodeAGItf
Expand Down

0 comments on commit b5931c3

Please sign in to comment.