forked from OSchip/llvm-project
parent
2dd0c0b27f
commit
4d06a85487
File diff suppressed because it is too large
Load Diff
|
@ -333,7 +333,7 @@
|
|||
|
||||
|
||||
#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 {
|
||||
std::string* String;
|
||||
const TypeInfo* Type;
|
||||
|
|
|
@ -1792,11 +1792,6 @@ InstVal : ArithmeticOps Types ValueRef ',' ValueRef {
|
|||
$$.type = TypeInfo::get("bool",BoolTy);
|
||||
delete $2; $4.destroy(); $6.destroy();
|
||||
}
|
||||
| NOT ResolvedVal {
|
||||
$$ = $2;
|
||||
$$.val->insert(0, *$1 + " ");
|
||||
delete $1;
|
||||
}
|
||||
| ShiftOps ResolvedVal ',' ResolvedVal {
|
||||
const char* shiftop = $1->c_str();
|
||||
if (*$1 == "shr")
|
||||
|
|
Loading…
Reference in New Issue