Changes in directory llvm/lib/Transforms/Instrumentation:
RSProfiling.h updated: 1.3 -> 1.4
---
Log message:
For PR1163: http://llvm.org/PR1163 :
Make the Module's dependent library use a std::vector instead of SetVector
adjust #includes in .cpp files because SetVector.h is no longer included.
Changes in directory llvm/lib/Transforms/Instrumentation:
RSProfiling.h updated: 1.1 -> 1.2
RSProfiling.cpp updated: 1.2 -> 1.3
BlockProfiling.cpp updated: 1.13 -> 1.14
---
Log message:
Added documented rsprofiler interface. Also remove new profiler passes, the
old ones have been updated to im