Skip to content

Commit b91f82b

Browse files
Change set_variable_name API to consume irep_idt
1 parent 2cc86b6 commit b91f82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/prop/prop_conv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ literalt prop_conv_solvert::get_literal(const irep_idt &identifier)
6262
return result.first->second;
6363

6464
literalt literal=prop.new_variable();
65-
prop.set_variable_name(literal, id2string(identifier));
65+
prop.set_variable_name(literal, identifier);
6666

6767
// insert
6868
result.first->second=literal;

0 commit comments

Comments
 (0)