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();
|
||||
|
|
Loading…
Reference in New Issue