projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d12ba42
)
remove unnecessary blank line
author
Jeff Wang
<jjj11x@gmail.com>
Mon, 17 Feb 2020 09:40:02 +0000
(
04:40
-0500)
committer
Jeff Wang
<jeff.wang@utexas.edu>
Mon, 17 Feb 2020 09:42:49 +0000
(
04:42
-0500)
frontends/ast/simplify.cc
patch
|
blob
|
history
diff --git
a/frontends/ast/simplify.cc
b/frontends/ast/simplify.cc
index b9fb37d5003378add7a78f03874aabe50faea92d..69056aeee9e4dc4bd70a28c5fb81ce16a61c4190 100644
(file)
--- a/
frontends/ast/simplify.cc
+++ b/
frontends/ast/simplify.cc
@@
-2637,10
+2637,9
@@
skip_dynamic_range_lvalue_expansion:;
wire->is_output = false;
wire->is_reg = true;
wire->attributes["\\nosync"] = AstNode::mkconst_int(1, false);
- if (child->type == AST_ENUM_ITEM)
{
+ if (child->type == AST_ENUM_ITEM)
wire->attributes["\\enum_base_type"] = child->attributes["\\enum_base_type"];
- }
wire_cache[child->str] = wire;
current_ast_mod->children.push_back(wire);