glsl: Remove ir_call::get_callee() and set_callee().
[mesa.git] / src / glsl / ir_function_detect_recursion.cpp
index 890bc455f440253e676b90aff339d32ca6d61fb0..0a5e647cd8875c159abc7ff9e6487f1d50b1720a 100644 (file)
@@ -217,7 +217,7 @@ public:
       if (this->current == NULL)
         return visit_continue;
 
-      function *const target = this->get_function(call->get_callee());
+      function *const target = this->get_function(call->callee);
 
       /* Create a link from the caller to the callee.
        */