mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
reorder attibutes to match initialization order
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0210156bf0
commit
6184c5fdbc
|
@ -528,9 +528,9 @@ namespace datalog {
|
|||
|
||||
class instr_filter_interpreted_and_project : public instruction {
|
||||
reg_idx m_src;
|
||||
reg_idx m_res;
|
||||
app_ref m_cond;
|
||||
unsigned_vector m_cols;
|
||||
reg_idx m_res;
|
||||
public:
|
||||
instr_filter_interpreted_and_project(reg_idx src, app_ref & condition,
|
||||
unsigned col_cnt, const unsigned * removed_cols, reg_idx result)
|
||||
|
|
Loading…
Reference in a new issue