mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-30 20:24:32 +00:00
Add support for global types and type resolution. Fix several minor
formatting and spacing bugs. This is sufficient for llvm-upgrade to correctly upgrade all of llvm/test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32114 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1471,7 +1471,7 @@ YY_RULE_SETUP
|
||||
case 58:
|
||||
YY_RULE_SETUP
|
||||
#line 160 "/proj/llvm/llvm-4/tools/llvm-upgrade/UpgradeLexer.l"
|
||||
{ RET_TY(OPAQUE,OpaqueTy,"opaque",false); }
|
||||
{ RET_TOK(OPAQUE); }
|
||||
YY_BREAK
|
||||
case 59:
|
||||
YY_RULE_SETUP
|
||||
|
Reference in New Issue
Block a user