Hoist a safety assert from the extraction method into the construction
authorChandler Carruth <chandlerc@gmail.com>
Fri, 4 May 2012 10:26:45 +0000 (10:26 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 4 May 2012 10:26:45 +0000 (10:26 +0000)
commit27742c1a76634312bc28cf37e89c83209576149f
treeee528a93d2b3bdbbd6a3004417035966e45f4876
parent99650c9088c5dd4b6788a99b63c82d13e0518961
Hoist a safety assert from the extraction method into the construction
of the extractor itself.

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