Skip to content
Commit 358a7897 authored by Greg Clayton's avatar Greg Clayton
Browse files

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
parent aa9ccee9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment