1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/include
Igor Laevsky 3b49efbce1 [JumpThreading] Prevent dangling pointer problems in BranchProbabilityInfo
We should update results of the BranchProbabilityInfo after removing block in JumpThreading. Otherwise 
we will get dangling pointer inside BranchProbabilityInfo cache.

Differential Revision: http://reviews.llvm.org/D20957

llvm-svn: 272891
2016-06-16 13:28:25 +00:00
..
llvm [JumpThreading] Prevent dangling pointer problems in BranchProbabilityInfo 2016-06-16 13:28:25 +00:00
llvm-c Add support for string attributes in the C API. 2016-06-15 17:50:39 +00:00