Integer type names need 1 or more digits, not zero or more.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33116 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-01-12 07:27:59 +00:00
parent 15ee935fc5
commit c25a9b9102

View File

@ -165,7 +165,7 @@ StringConstant \"[^\"]*\"
EPInteger %[0-9]+
ENInteger %-[0-9]+
IntegerType i[0-9]*
IntegerType i[0-9]+
/* E[PN]Integer: match positive and negative literal integer values */