1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/Instrumentation
Peter Collingbourne 0b56f9dd44 Kill some duplicated code for removing unreachable BBs.
This moves removeUnreachableBlocksFromFn from SimplifyCFGPass.cpp
to Utils/Local.cpp and uses it to replace the implementation of
llvm::removeUnreachableBlocks, which appears to do a strict subset
of what removeUnreachableBlocksFromFn does.

Differential Revision: http://llvm-reviews.chandlerc.com/D1334

llvm-svn: 188119
2013-08-09 22:47:24 +00:00
..
AddressSanitizer Change the linkage of these global values to 'internal'. 2013-08-06 22:52:42 +00:00
BoundsChecking
DataFlowSanitizer Kill some duplicated code for removing unreachable BBs. 2013-08-09 22:47:24 +00:00
MemorySanitizer [msan] Unpoison stack allocations and undef values in blacklisted functions. 2013-07-03 14:39:14 +00:00
ThreadSanitizer Add missing colons to check lines. 2013-04-11 12:41:41 +00:00