Skip to content
  • Brian Paul's avatar
    glsl2: rename local variable_entry class · 81137623
    Brian Paul authored
    With MSVC it seems that this class and its constructor is colliding
    with the one in ir_variable_refcount.cpp.  Rename the class here to
    avoid the collision.
    
    This is a bit of a hack.  Can the two variable_entry classes be merged
    and shared?
    81137623