Commit 8998657c authored by Pete Cooper's avatar Pete Cooper
Browse files

LiveIntervalUpdate validators weren't recorded after the calls to...

LiveIntervalUpdate validators weren't recorded after the calls to std::for_each.  Turns out std::for_each doesn't update the variable passed in for the functor but instead copy constructs a new one.

llvm-svn: 155041
parent dd925742
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment