Skip to content

Commit

Permalink
Update Semantics.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
NaC-L committed Feb 14, 2025
1 parent e43d3d7 commit 414240c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lifter/Semantics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3050,7 +3050,6 @@ void lifterClass::lift_xadd() {
SRC := DEST;
DEST := TEMP;
*/
printvalue(Lvalue) printvalue(Rvalue) printvalue(sumValue)

auto cf = createOrFolder(createICMPFolder(CmpInst::ICMP_ULT, TEMP, Lvalue),
createICMPFolder(CmpInst::ICMP_ULT, TEMP, Rvalue));
Expand Down

0 comments on commit 414240c

Please sign in to comment.