Skip to content

Commit b3bd71c

Browse files
committed
fix
1 parent 3eddfd5 commit b3bd71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cprover/propagate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ exprt simplify_ok_expr(ternary_exprt src, const namespacet &ns)
158158
}
159159
}
160160

161-
return src;
161+
return std::move(src);
162162
}
163163

164164
exprt simplify_state_expr(exprt src, const namespacet &ns)

0 commit comments

Comments
 (0)