Cleaned up incorrect STL std::map comparison code and use the operator == on...
Cleaned up incorrect STL std::map comparison code and use the operator == on std::map objects instead of manually implementing the comparisons. Also modified the UnwindPlan::AppendRow() function to take a "const RowSP &" object so we don't have to copy shared pointers when calling this function. llvm-svn: 160448
Loading
Please register or sign in to comment