[llvm] r175367 - Replace erase loop with std::remove_if.
    Sean Silva 
    silvas at purdue.edu
       
    Sat Feb 16 09:50:33 PST 2013
    
    
  
Awesome! This is also turns the quadratic work erasing from the vector
to linear! (yet another reason to use the std:: algorithms)
-- Sean Silva
    
    
More information about the llvm-commits
mailing list