FunctionPass's should not define their own 'run' method.
authorChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2004 04:01:06 +0000 (04:01 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2004 04:01:06 +0000 (04:01 +0000)
commit16d0eb04688d283dc70a8f4a9905cb19d8636cd2
tree0b999c1bcb875625add0d331dd0a5f08b1cb04e9
parent2ef703ec429900c5b49d94d82332e7a216a2d7c4
FunctionPass's should not define their own 'run' method.
Require 'simplified' loops, not just raw natural loops.  This fixes
CodeExtractor/2004-03-13-LoopExtractorCrash.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12381 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/LoopExtractor.cpp