mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
Generated files for checkin 47342.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47344 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ab0789c616
commit
222ebf70b7
File diff suppressed because it is too large
Load Diff
@ -342,7 +342,7 @@
|
|||||||
|
|
||||||
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
|
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
|
||||||
typedef union YYSTYPE
|
typedef union YYSTYPE
|
||||||
#line 951 "/Users/sabre/llvm/lib/AsmParser/llvmAsmParser.y"
|
#line 951 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
|
||||||
{
|
{
|
||||||
llvm::Module *ModuleVal;
|
llvm::Module *ModuleVal;
|
||||||
llvm::Function *FunctionVal;
|
llvm::Function *FunctionVal;
|
||||||
@ -369,7 +369,7 @@ typedef union YYSTYPE
|
|||||||
|
|
||||||
llvm::GlobalValue::LinkageTypes Linkage;
|
llvm::GlobalValue::LinkageTypes Linkage;
|
||||||
llvm::GlobalValue::VisibilityTypes Visibility;
|
llvm::GlobalValue::VisibilityTypes Visibility;
|
||||||
uint16_t ParamAttrs;
|
llvm::ParameterAttributes ParamAttrs;
|
||||||
llvm::APInt *APIntVal;
|
llvm::APInt *APIntVal;
|
||||||
int64_t SInt64Val;
|
int64_t SInt64Val;
|
||||||
uint64_t UInt64Val;
|
uint64_t UInt64Val;
|
||||||
|
@ -974,7 +974,7 @@ Module *llvm::RunVMAsmParser(llvm::MemoryBuffer *MB) {
|
|||||||
|
|
||||||
llvm::GlobalValue::LinkageTypes Linkage;
|
llvm::GlobalValue::LinkageTypes Linkage;
|
||||||
llvm::GlobalValue::VisibilityTypes Visibility;
|
llvm::GlobalValue::VisibilityTypes Visibility;
|
||||||
uint16_t ParamAttrs;
|
llvm::ParameterAttributes ParamAttrs;
|
||||||
llvm::APInt *APIntVal;
|
llvm::APInt *APIntVal;
|
||||||
int64_t SInt64Val;
|
int64_t SInt64Val;
|
||||||
uint64_t UInt64Val;
|
uint64_t UInt64Val;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user