commit | ce5f24e0ed337768c49b5ae6b30c983656a92c6c | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Jul 05 17:26:49 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Jul 05 17:26:49 2007 +0000 |
tree | 4dad641c72013245dff9e52157703a2c75ee71cc | |
parent | c48072fed5aeb0ca64d9352dd8ea22914b1d9bdd [diff] [blame] |
update the .cvs files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37918 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AsmParser/Lexer.l.cvs b/lib/AsmParser/Lexer.l.cvs index ca6ee2c..6391d17 100644 --- a/lib/AsmParser/Lexer.l.cvs +++ b/lib/AsmParser/Lexer.l.cvs
@@ -229,6 +229,7 @@ sret { return SRET; } nounwind { return NOUNWIND; } noreturn { return NORETURN; } +noalias { return NOALIAS; } void { RET_TY(Type::VoidTy, VOID); } float { RET_TY(Type::FloatTy, FLOAT); }