update the .cvs files

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37918 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2007-07-05 17:26:49 +00:00
parent c48072fed5
commit ce5f24e0ed
5 changed files with 3971 additions and 5087 deletions

View File

@@ -229,6 +229,7 @@ inreg { return INREG; }
sret { return SRET; }
nounwind { return NOUNWIND; }
noreturn { return NORETURN; }
noalias { return NOALIAS; }
void { RET_TY(Type::VoidTy, VOID); }
float { RET_TY(Type::FloatTy, FLOAT); }