File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed 
booster/library/Booster/Pattern Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -748,8 +748,7 @@ performRewrite doTracing def mLlvmLibrary mSolver mbMaxDepth cutLabels terminalL
748748    simplifyP p =  withContext CtxSimplify  $  do 
749749        st <-  get
750750        let  cache =  st. simplifierCache
751-             smt =  st. smtSolver
752-         evaluatePattern def mLlvmLibrary smt cache p >>=  \ (res, newCache) ->  do 
751+         evaluatePattern def mLlvmLibrary mSolver cache p >>=  \ (res, newCache) ->  do 
753752            updateCache newCache
754753            case  res of 
755754                Right ->  do 
@@ -922,7 +921,6 @@ data RewriteStepsState = RewriteStepsState
922921    {  counter  ::  ! Natural 
923922    , traces  ::  ! (Seq  (RewriteTrace  () ))
924923    , simplifierCache  ::  SimplifierCache 
925-     , smtSolver  ::  Maybe SMT. SMTContext
926924    } 
927925
928926rewriteStart  ::  RewriteStepsState 
@@ -931,5 +929,4 @@ rewriteStart =
931929        { counter =  0 
932930        , traces =  mempty 
933931        , simplifierCache =  mempty 
934-         , smtSolver =  Nothing 
935932        }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments