diff options
Diffstat (limited to 'llvm/test/TableGen/generic-tables-instruction.td')
-rw-r--r-- | llvm/test/TableGen/generic-tables-instruction.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/TableGen/generic-tables-instruction.td b/llvm/test/TableGen/generic-tables-instruction.td index 1b79da6f734..a3bed650890 100644 --- a/llvm/test/TableGen/generic-tables-instruction.td +++ b/llvm/test/TableGen/generic-tables-instruction.td @@ -4,7 +4,7 @@ include "llvm/TableGen/SearchableTable.td" // CHECK-LABEL: GET_InstrTable_IMPL -// CHECK: const MyInstr InstrTable[] = { +// CHECK: constexpr MyInstr InstrTable[] = { // CHECK: { B, 0xA }, // CHECK: { C, 0x0 }, // CHECK: { A, 0x5 }, |