util/hash_set: Rework the API to know about hashing
[mesa.git] / src / glsl / ir_function_can_inline.cpp
index c367c30e44f37a7453481784d1f96b370ea2047a..7b15d5df178de0306fcc0afad6b395395d7b66be 100644 (file)
@@ -59,7 +59,7 @@ bool
 can_inline(ir_call *call)
 {
    ir_function_can_inline_visitor v;
-   const ir_function_signature *callee = call->get_callee();
+   const ir_function_signature *callee = call->callee;
    if (!callee->is_defined)
       return false;