mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +00:00
getting rid of DOS line endings
This commit is contained in:
parent
9a2fe83697
commit
fc62be37b6
8 changed files with 4023 additions and 4023 deletions
|
@ -464,7 +464,7 @@ public:
|
|||
for(int i = 0; i < 2; i++){ // try the second equality both ways
|
||||
if(match_op(eq_ops_r[0],Select,sel_ops,2))
|
||||
if(match_op(sel_ops[0],Store,sto_ops,3))
|
||||
if(match_op(eq_ops_r[1],Select,sel_ops2,2))
|
||||
if(match_op(eq_ops_r[1],Select,sel_ops2,2))
|
||||
for(int j = 0; j < 2; j++){ // try the first equality both ways
|
||||
if(eq_ops_l[0] == sto_ops[1]
|
||||
&& eq_ops_l[1] == sel_ops[1]
|
||||
|
@ -482,8 +482,8 @@ public:
|
|||
// int frame = range_min(ast_scope(res)); TODO
|
||||
// antes.push_back(std::pair<ast,int>(res,frame));
|
||||
return;
|
||||
}
|
||||
std::swap(eq_ops_l[0],eq_ops_l[1]);
|
||||
}
|
||||
std::swap(eq_ops_l[0],eq_ops_l[1]);
|
||||
}
|
||||
std::swap(eq_ops_r[0],eq_ops_r[1]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue