Rather than trying to gracefully handle input sequences with repeated
authorChandler Carruth <chandlerc@gmail.com>
Fri, 4 May 2012 11:17:06 +0000 (11:17 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 4 May 2012 11:17:06 +0000 (11:17 +0000)
commit50955031b81ef1abd54fecd587bee7959f7fa19d
tree064280a3422f15b8d5b4c1597d20cc9c9571e825
parent6a81f64ab6bfda1d17de5b405b3b47f67697c3bc
Rather than trying to gracefully handle input sequences with repeated
blocks, assert that this doesn't happen. We don't want to bother trying
to support this call pattern as it isn't necessary.

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