mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
regenerate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58694 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
91c2620862
commit
1983033820
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user