We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa93e36 + a05b076 commit ef01039Copy full SHA for ef01039
src/pointer-analysis/external_value_set_expr.h
@@ -85,7 +85,7 @@ class external_value_set_exprt:public exprt
85
// the caller should set label() before using an instance constructed
86
// this way.
87
operands().resize(1);
88
- label()=constant_exprt();
+ operands()[0]=constant_exprt();
89
}
90
91
external_value_set_exprt(
@@ -96,7 +96,7 @@ class external_value_set_exprt:public exprt
96
exprt(ID_external_value_set, type)
97
{
98
99
- label()=_label;
+ operands()[0]=_label;
100
set("#lva_mode", std::to_string(static_cast<int>(mode)));
101
set("modified", std::to_string(modified ? 1 : 0));
102
0 commit comments