Skip to content

Commit 689509e

Browse files
author
Volkan Keles
committed
[test][AArch64] Relax the check line for G_BRJT in legalizer-info-validation.mir
Replace the specific number with a pattern to relax the test. llvm-svn: 363621
1 parent 5745feb commit 689509e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
# DEBUG-NEXT: G_BR (opcode {{[0-9]+}}): 0 type indices
322322
# DEBUG: .. type index coverage check SKIPPED: no rules defined
323323
#
324-
# DEBUG-NEXT: G_BRJT (opcode 137): 2 type indices
324+
# DEBUG-NEXT: G_BRJT (opcode {{[0-9]+}}): 2 type indices
325325
# DEBUG: .. type index coverage check SKIPPED: no rules defined
326326
#
327327
# DEBUG-NEXT: G_INSERT_VECTOR_ELT (opcode {{[0-9]+}}): 3 type indices

0 commit comments

Comments
 (0)