diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2007-11-14 09:53:48 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2007-11-14 09:53:48 +0000 |
commit | b9b977d41ed1f1cb52eb0d1231e5777e6d74fa45 (patch) | |
tree | be87c18260d68362e990764c20428af46a9b15c7 /lib/AsmParser/Lexer.l.cvs | |
parent | 0adb7b41e7715d47089a471ec2244348cd32bb68 (diff) |
Regenerate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44110 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AsmParser/Lexer.l.cvs')
-rw-r--r-- | lib/AsmParser/Lexer.l.cvs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/AsmParser/Lexer.l.cvs b/lib/AsmParser/Lexer.l.cvs index 0591cd99f3..98a21cabaa 100644 --- a/lib/AsmParser/Lexer.l.cvs +++ b/lib/AsmParser/Lexer.l.cvs @@ -275,6 +275,8 @@ noreturn { return NORETURN; } noalias { return NOALIAS; } byval { return BYVAL; } nest { return NEST; } +pure { return PURE; } +const { return CONST; } sext{WSNL} { // For auto-upgrade only, drop in LLVM 3.0 return SIGNEXT; } zext{WSNL} { // For auto-upgrade only, drop in LLVM 3.0 |