mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33140 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9421014881
commit
609ca3e653
File diff suppressed because it is too large
Load Diff
@ -333,7 +333,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
|
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
|
||||||
#line 802 "/proj/llvm/llvm-3/tools/llvm-upgrade/UpgradeParser.y"
|
#line 802 "/proj/llvm/llvm-4/tools/llvm-upgrade/UpgradeParser.y"
|
||||||
typedef union YYSTYPE {
|
typedef union YYSTYPE {
|
||||||
std::string* String;
|
std::string* String;
|
||||||
const TypeInfo* Type;
|
const TypeInfo* Type;
|
||||||
|
@ -1792,11 +1792,6 @@ InstVal : ArithmeticOps Types ValueRef ',' ValueRef {
|
|||||||
$$.type = TypeInfo::get("bool",BoolTy);
|
$$.type = TypeInfo::get("bool",BoolTy);
|
||||||
delete $2; $4.destroy(); $6.destroy();
|
delete $2; $4.destroy(); $6.destroy();
|
||||||
}
|
}
|
||||||
| NOT ResolvedVal {
|
|
||||||
$$ = $2;
|
|
||||||
$$.val->insert(0, *$1 + " ");
|
|
||||||
delete $1;
|
|
||||||
}
|
|
||||||
| ShiftOps ResolvedVal ',' ResolvedVal {
|
| ShiftOps ResolvedVal ',' ResolvedVal {
|
||||||
const char* shiftop = $1->c_str();
|
const char* shiftop = $1->c_str();
|
||||||
if (*$1 == "shr")
|
if (*$1 == "shr")
|
||||||
|
Loading…
Reference in New Issue
Block a user