mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 12:17:35 +00:00
Apply 'make format'
This commit is contained in:
parent
24b5c641f5
commit
0d5fedce92
@ -99,7 +99,8 @@ class UnknownVisitor final : public VNVisitor {
|
|||||||
AstNodeExpr* prep = nodep;
|
AstNodeExpr* prep = nodep;
|
||||||
|
|
||||||
// Scan back to put the condlvalue above all selects (IE top of the lvalue)
|
// Scan back to put the condlvalue above all selects (IE top of the lvalue)
|
||||||
while (VN_IS(prep->backp(), NodeSel) || VN_IS(prep->backp(), Sel) || VN_IS(prep->backp(), StructSel)) {
|
while (VN_IS(prep->backp(), NodeSel) || VN_IS(prep->backp(), Sel)
|
||||||
|
|| VN_IS(prep->backp(), StructSel)) {
|
||||||
prep = VN_AS(prep->backp(), NodeExpr);
|
prep = VN_AS(prep->backp(), NodeExpr);
|
||||||
}
|
}
|
||||||
FileLine* const fl = nodep->fileline();
|
FileLine* const fl = nodep->fileline();
|
||||||
|
0
test_regress/t/t_struct_array_assignment_delayed.py
Normal file → Executable file
0
test_regress/t/t_struct_array_assignment_delayed.py
Normal file → Executable file
Loading…
Reference in New Issue
Block a user