DataFlowSanitizer: Remove unreachable BBs so IR continues to verify
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 9 Aug 2013 21:42:53 +0000 (21:42 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 9 Aug 2013 21:42:53 +0000 (21:42 +0000)
commitaaae6e9cb8c8567409739d7cde1c5caaf35810cf
tree9b8ee6633384a23a5fa3520a9032a5b8d524dbd8
parentea549f0e12f367f5d0996a4bca441e64801b1e6e
DataFlowSanitizer: Remove unreachable BBs so IR continues to verify
under the args ABI.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188113 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
test/Instrumentation/DataFlowSanitizer/args-unreachable-bb.ll [new file with mode: 0644]