Skip to content
  • Benjamin Kramer's avatar
    Add some __builtin_expect magic to StringMap. · ffa24e04
    Benjamin Kramer authored
    Tombstones and full hash collisions are rare, mark the "empty"
    and "no collision" paths as likely. The bug in simplifycfg
    that prevented the hints from being picked during selfhost
    up was fixed recently :)
    
    llvm-svn: 162874
    ffa24e04
Loading