Skip to content

Commit 6a91b70

Browse files
committed
[NFC][TableGen] Update CHECK lines in test typeof-errors.td
1 parent 59a063d commit 6a91b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/TableGen/GlobalISelCombinerEmitter/typeof-errors.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include "llvm/Target/GlobalISel/Combine.td"
88
def MyTargetISA : InstrInfo;
99
def MyTarget : Target { let InstructionSet = MyTargetISA; }
1010

11-
// CHECK: :[[@LINE+2]]:{{[0-9]+}}: error: cannot parse immediate '(anonymous_7029 0)': invalid operand name format 'unknown' in GITypeOf: expected '$' followed by an operand name
11+
// CHECK: :[[@LINE+2]]:{{[0-9]+}}: error: cannot parse immediate '(anonymous_{{[0-9]+}} 0)': invalid operand name format 'unknown' in GITypeOf: expected '$' followed by an operand name
1212
// CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: Failed to parse pattern: '(G_ANYEXT ?:$dst, (anonymous_
1313
def NoDollarSign : GICombineRule<
1414
(defs root:$dst),

0 commit comments

Comments
 (0)