diff options
Diffstat (limited to 'llvm/test/TableGen/def-multiple-operands.td')
| -rw-r--r-- | llvm/test/TableGen/def-multiple-operands.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/TableGen/def-multiple-operands.td b/llvm/test/TableGen/def-multiple-operands.td index b747c5890750..5d215056920e 100644 --- a/llvm/test/TableGen/def-multiple-operands.td +++ b/llvm/test/TableGen/def-multiple-operands.td @@ -24,7 +24,7 @@ def Reg3Opnd : Operand<OtherVT> { // CHECK: archInstrTable {{.* = \{}} // CHECK: {{\{}} // CHECK: {{\{}} [[ID:[0-9]+]], 4, 3, 13, {{.+\}, \/\/}} -// CHECK-SAME: Inst #[[ID]] = InstA +// CHECK-SAME: InstA def InstA : Instruction { let Namespace = "MyNS"; let Size = 13; |
