Teach the code extractor how to extract a sequence of blocks from
authorChandler Carruth <chandlerc@gmail.com>
Fri, 4 May 2012 21:33:30 +0000 (21:33 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 4 May 2012 21:33:30 +0000 (21:33 +0000)
commit30ba82933c433611e05b07ef95da36bba8721b8b
tree4338ee025d7756bb9e336e7a415624f823dede3d
parent7c52c97a2232756bbcc2fb4e664892bdb8b2d90c
Teach the code extractor how to extract a sequence of blocks from
RegionInfo's RegionNode. This mirrors the logic for automating the
extraction from a Loop.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156208 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/CodeExtractor.h
lib/Transforms/Utils/CodeExtractor.cpp