Skip to content

Commit

Permalink
Fix after merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHaas committed Jul 11, 2023
1 parent d418c28 commit 5cdf539
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ public static boolean handleLlvmFunction(VisitorBoogie visitor, Call_cmdContext
throw new UnsupportedOperationException("Operation " + params.get(3).getText() + " is not recognized.");
}
visitor.addEvent(Llvm.newRMW(reg, p0, p1, op, mo));
return true;
}
case "llvm.smax.i32", "llvm.smax.i64", "llvm.umax.i32", "llvm.umax.i64" -> {
cond = visitor.expressions.makeGT(p0, p1, funcName.contains("smax"));
Expand Down

0 comments on commit 5cdf539

Please sign in to comment.