mirror of
https://github.com/verilator/verilator.git
synced 2024-12-29 10:47:34 +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;
|
||||
|
||||
// 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);
|
||||
}
|
||||
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