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.
1 parent 849e453 commit 7cf89e1Copy full SHA for 7cf89e1
gcc-python-tree.c
@@ -765,7 +765,7 @@ PyGccSsaName_repr(struct PyGccTree * self)
765
PyObject *repr_var = NULL;
766
PyObject *result = NULL;
767
768
- version = SSA_NAME_VERSION(self->t.inner);
+ version = gcc_ssa_name_get_version(gcc_tree_as_gcc_ssa_name(self->t));
769
repr_var = PyGcc_GetReprOfAttribute((PyObject*)self, "var");
770
if (!repr_var) {
771
goto error;
0 commit comments