Revert "Update parse_misc.cc"

This reverts commit 6d06e9351a.
This commit is contained in:
Stephen Williams 2016-07-05 07:56:18 -07:00
parent f657d1d7d7
commit 540bb5afa6
1 changed files with 1 additions and 5 deletions

View File

@ -121,11 +121,7 @@ const VType* calculate_subtype_array(const YYLTYPE&loc, const char*base_name,
Expression*lef = tmpr->left();
Expression*rig = tmpr->right();
return calculate_subtype_array(loc, base_name, scope,
lef,
(tmpr->direction() == ExpRange::range_dir_t::DOWNTO
? true
: false),
rig);
lef, tmpr->direction(), rig);
}
sorrymsg(loc, "Don't know how to handle multiple ranges here.\n");