Skip to content
  • Jonas Maebe's avatar
    * handle enums with a packenum setting that is larger than necessary to store · 5af40f22
    Jonas Maebe authored
        all of their values, when kept in a bitpacked array, properly via
        pass_typecheck rather than hacking location.size in pass_generate_code:
       o the old fix was incomplete (it didn't handle non-constant indices)
       o the old fix didn't work for llvm (since it uses defs rather than
         location.size)
    
    git-svn-id: trunk@33943 -
    5af40f22