Skip to content
  • Chris Lattner's avatar
    Two changes: · 836e8f3f
    Chris Lattner authored
     1. Make SmallPtrSet::erase faster in the small case by replacing a memmove
        with a pointer copy.
     2. Fix a bug where the null terminator at the end of the array in the small
        case was not copied
    
    llvm-svn: 37696
    836e8f3f
Loading