Commit ae742a4e authored by Nils Goroll's avatar Nils Goroll

turn long OBE special case into assertion

parent 11bd2a9e
......@@ -106,8 +106,7 @@ vcc_AddUses(struct vcc *tl, const struct token *t1, const struct token *t2,
{
struct procuse *pu;
if (tl->curproc == NULL) /* backend */
return;
AN(tl->curproc);
pu = TlAlloc(tl, sizeof *pu);
assert(pu != NULL);
pu->t1 = t1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment