After reducing a miscompiled program down to the functions which are being
authorChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2004 22:08:00 +0000 (22:08 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2004 22:08:00 +0000 (22:08 +0000)
commita1cf1c8c87f10f12343ff6ae75f332390e7205ab
treeaf3f398106535f964b5b90b57fa2f767714ce2a8
parent44a64bccac869cf92885ccc957dbc92ad150ae7d
After reducing a miscompiled program down to the functions which are being
miscompiled, try to use the loop extractor to reduce the program down to a
loop nest that is being miscompiled.  In practice, the loop extractor appears
to have too many bugs for this to be useful, but hopefully they will be fixed
soon...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12398 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/ExtractFunction.cpp
tools/bugpoint/Miscompilation.cpp