mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
drop unnecessary check
This commit is contained in:
parent
8ded7a56a2
commit
875c1abf93
2
emit.c
2
emit.c
@ -97,8 +97,6 @@ emitdat(Dat *d, FILE *f)
|
|||||||
fprintf(f, "\t.fill %"PRId64",1,0\n", d->u.num);
|
fprintf(f, "\t.fill %"PRId64",1,0\n", d->u.num);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (d->lnk->common)
|
|
||||||
die("unsupported common data item");
|
|
||||||
if (zero != -1) {
|
if (zero != -1) {
|
||||||
emitlnk(d->name, d->lnk, SecData, f);
|
emitlnk(d->name, d->lnk, SecData, f);
|
||||||
if (zero > 0)
|
if (zero > 0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user