Skip to content

Commit

Permalink
dry
Browse files Browse the repository at this point in the history
  • Loading branch information
RipplB committed Apr 16, 2024
1 parent f041d8b commit fc1e1fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ public CfaConfig<CfaState<S>, CfaAction, CfaPrec<P>> buildConfig(CFA.Loc errLoc)
final Predicate<CfaState<S>> target = new CfaErrorlocPredicate<>(errLoc);
final Analysis<CfaState<S>, CfaAction, CfaPrec<P>> analysis = getAnalysis();
final ArgBuilder<CfaState<S>, CfaAction, CfaPrec<P>> argBuilder = ArgBuilder.create(
encoding.getLts(errLoc), analysis, target,
getLts(errLoc), analysis, target,
true);
final Abstractor<CfaState<S>, CfaAction, CfaPrec<P>> abstractor = BasicAbstractor.builder(
argBuilder)
Expand Down

0 comments on commit fc1e1fe

Please sign in to comment.