regenerate

llvm-svn: 58694
This commit is contained in:
Nuno Lopes 2008-11-04 14:28:33 +00:00
parent 724e67ec75
commit e4f5c9495f
3 changed files with 352 additions and 350 deletions

File diff suppressed because it is too large Load Diff

View File

@ -360,7 +360,7 @@
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
#line 981 "/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
#line 982 "/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
{
llvm::Module *ModuleVal;
llvm::Function *FunctionVal;

View File

@ -418,6 +418,7 @@ static Value *getExistingVal(const Type *Ty, const ValID &D) {
{
APSInt Tmp = *D.ConstPoolInt;
D.destroy();
Tmp.extOrTrunc(Ty->getPrimitiveSizeInBits());
return ConstantInt::get(Tmp);
}