From 038feda6457d36a833ac0fd8c023566040cfab61 Mon Sep 17 00:00:00 2001 From: Douglas Yung Date: Thu, 14 Feb 2019 04:11:09 +0000 Subject: [PATCH] Relax test to check for a valid number instead of a specific number to be like every other check in this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354007 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir b/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir index 63d74b15b76..3a1562eadec 100644 --- a/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir +++ b/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir @@ -294,7 +294,7 @@ # DEBUG-NEXT: G_FABS (opcode {{[0-9]+}}): 1 type index # DEBUG: .. type index coverage check SKIPPED: user-defined predicate detected # -# DEBUG-NEXT: G_FCANONICALIZE (opcode 128): 1 type index +# DEBUG-NEXT: G_FCANONICALIZE (opcode {{[0-9]+}}): 1 type index # DEBUG: .. type index coverage check SKIPPED: no rules defined # # DEBUG-NEXT: G_GEP (opcode {{[0-9]+}}): 2 type indices -- 2.40.0