Regenerate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33963 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Laskey
2007-02-06 18:03:31 +00:00
parent ba4cc09f51
commit 251e3c6f6f
2 changed files with 174 additions and 169 deletions

View File

@@ -176,7 +176,7 @@ using namespace llvm;
Comment \/\/.*
Identifier [a-zA-Z_][0-9a-zA-Z_]*
Identifier [a-zA-Z_][0-9a-zA-Z_]*|\.\.\.
Integer [-+]?[0-9]+|0x[0-9a-fA-F]+|0b[01]+
CodeFragment \[\{([^}]+|\}[^\]])*\}\]
StringVal \"[^"]*\"