Skip to content

Commit

Permalink
Relax newly added opcode check to check only for a number instead of …
Browse files Browse the repository at this point in the history
…a specific opcode.
  • Loading branch information
dyung committed Jul 2, 2021
1 parent 07a1f35 commit f737d97
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -629,7 +629,7 @@
# DEBUG-NEXT: .. opcode {{[0-9]+}} is aliased to {{[0-9]+}}
# DEBUG-NEXT: .. type index coverage check SKIPPED: user-defined predicate detected
# DEBUG-NEXT: .. imm index coverage check SKIPPED: user-defined predicate detected
# DEBUG-NEXT: G_MEMCPY_INLINE (opcode 219): 3 type indices, 0 imm indices
# DEBUG-NEXT: G_MEMCPY_INLINE (opcode {{[0-9]+}}): 3 type indices, 0 imm indices
# DEBUG-NEXT: .. type index coverage check SKIPPED: no rules defined
# DEBUG-NEXT: .. imm index coverage check SKIPPED: no rules defined
# DEBUG-NEXT: G_MEMMOVE (opcode {{[0-9]+}}): 3 type indices, 1 imm index
Expand Down

0 comments on commit f737d97

Please sign in to comment.