Skip to content

Commit

Permalink
[FIX] fixing test #38.yl
Browse files Browse the repository at this point in the history
  • Loading branch information
Cr0a3 committed Oct 27, 2024
1 parent c18bb56 commit b4bd0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bugs/#38.yl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gcc out.o %c -o a.exe

define i32 @add(i32 %a, i32 %b) {
entry:
%ret = mul i32 %a, %b
%ret = add i32 %a, %b
ret i32 %ret
}

Expand Down

0 comments on commit b4bd0bd

Please sign in to comment.