commit | b83169195c481153d4aa4bf778f1f8b9275c3fcd | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Mar 31 21:54:11 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Mar 31 21:54:11 2006 +0000 |
tree | d1165dac181ff83061012443186157ad0ae6e235 | |
parent | 711e5d96aa648ebe96b09483d0775f3b16283e3d [diff] [blame] |
regenerate git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27313 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/FileLexer.l.cvs b/utils/TableGen/FileLexer.l.cvs index 020a356..3b60099 100644 --- a/utils/TableGen/FileLexer.l.cvs +++ b/utils/TableGen/FileLexer.l.cvs
@@ -202,6 +202,7 @@ !sra { return SRATOK; } !srl { return SRLTOK; } !shl { return SHLTOK; } +!strconcat { return STRCONCATTOK; } {Identifier} { Filelval.StrVal = new std::string(yytext, yytext+yyleng);