diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/utils/TableGen/GlobalISelEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/GlobalISelEmitter.cpp b/llvm/utils/TableGen/GlobalISelEmitter.cpp index 2e86b17d0b9..71a2b2c3f21 100644 --- a/llvm/utils/TableGen/GlobalISelEmitter.cpp +++ b/llvm/utils/TableGen/GlobalISelEmitter.cpp @@ -2628,7 +2628,7 @@ void GlobalISelEmitter::emitImmPredicates( if (!MatchedRecords.empty()) { OS << "// PatFrag predicates.\n" << "enum {\n"; - StringRef EnumeratorSeparator = + std::string EnumeratorSeparator = (" = GIPFP_" + TypeIdentifier + "_Invalid + 1,\n").str(); for (const auto *Record : MatchedRecords) { OS << " GIPFP_" << TypeIdentifier << "_Predicate_" << Record->getName() |

