llvm-6502/test/Instrumentation
Peter Collingbourne 835738ce54 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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188119 91177308-0d34-0410-b5e6-96231b3b80d8
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