Skip to content

Commit af038c8

Browse files
committed
Remove a verifier exception in the is_known_bug() function of the verify.c source file.
1 parent ed2104a commit af038c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/flang2/flang2exe/verify.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ is_known_bug(ILI_OP opc, int j, ILI_OP j_opc)
185185
return true;
186186
if (opc == IL_IKMV && o == ILIO_IRLNK && j_opc == IL_KCON)
187187
return true;
188-
if (opc == IL_IADD && o == ILIO_IRLNK && j_opc == IL_KMUL)
189-
return true;
190188
if (opc == IL_IADD && o == ILIO_IRLNK && j_opc == IL_LDKR)
191189
return true;
192190
if (opc == IL_KIMV && o == ILIO_KRLNK && r == ILIA_IR)

0 commit comments

Comments
 (0)