Skip to content

Commit 35c6e02

Browse files
trbauerZuul
authored andcommitted
removed dead syntax rule
Change-Id: I6dcf44f93412af5573332b0a766764f1a72a3cd4
1 parent 6dfe7ff commit 35c6e02

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

visa/CISA.l

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -483,12 +483,6 @@ jmp|call|ret|fret|fcall|goto {
483483
return BRANCH_OP;
484484
}
485485

486-
fcall {
487-
TRACE("\n** direct call INST ");
488-
CISAlval.opcode = ISA_FCALL;
489-
return FCALL;
490-
}
491-
492486
ifcall {
493487
TRACE("\n** indirect call INST ");
494488
CISAlval.opcode = ISA_IFCALL;

0 commit comments

Comments
 (0)