Skip to content

Commit

Permalink
$ for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbxb committed Oct 2, 2024
1 parent eb1d8df commit e7df473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AliasAnalysis.hs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ _maybeAliasPrimArgs args = do
where
filterArg arg =
case arg of
ArgVar{argVarName=var, argVarType=ty} -> maybeAddressAlias arg ty (LiveVar var)
ArgVar{argVarName=var, argVarType=ty} -> maybeAddressAlias arg ty $ LiveVar var
ArgGlobal global ty -> maybeAddressAlias arg ty $ AliasByGlobal global
_ -> return Nothing
maybeAddressAlias arg ty item = do
Expand Down

0 comments on commit e7df473

Please sign in to comment.