Skip to content

Commit

Permalink
Don't surface implicit conditions from inside ICMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
krame505 committed Aug 22, 2024
1 parent 1329534 commit 6f8c504
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/comp/IExpand.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4105,10 +4105,6 @@ getBuriedPreds (IAps ic@(ICon i_sel (ICSel { })) ts1 [e])
| (i_sel == idAVValue_ || i_sel == idAVAction_) = do
--traceM("getBuriedPreds: AV sel")
getBuriedPreds e
getBuriedPreds (ICon _ (ICMethod _ _ eb)) = do
-- traceM("getBuriedPreds: method")
p <- getBuriedPreds eb
return p
getBuriedPreds e@(ICon _ _) = do
--traceM("getBuriedPreds: con: e = " ++ ppReadable e ++ show e)
return pTrue
Expand Down

0 comments on commit 6f8c504

Please sign in to comment.