mirror of
git://c9x.me/qbe.git
synced 2026-04-07 19:09:48 +00:00
get rid of dead assignment in fix4.ssa
This commit is contained in:
parent
a3a1fc0c80
commit
681fc07def
@ -4,7 +4,6 @@ function $test() {
|
|||||||
%n =w copy 2
|
%n =w copy 2
|
||||||
@loop
|
@loop
|
||||||
%c =w ceq %n, 10000
|
%c =w ceq %n, 10000
|
||||||
%t =w copy 3
|
|
||||||
jnz %c, @end, @next
|
jnz %c, @end, @next
|
||||||
@next
|
@next
|
||||||
%t =w copy 3
|
%t =w copy 3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user