Skip to content
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
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