Fix an inverted condition that causes us to think that loop extraction
authorChris Lattner <sabre@nondot.org>
Wed, 17 Mar 2004 17:37:18 +0000 (17:37 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Mar 2004 17:37:18 +0000 (17:37 +0000)
commit7fa44fca308a0f8d13d981c2460ddb6de5a7b667
treea9b05b262160652cbb4b5b5afbddd7cad73d0327
parent9d5968dd51c651570c37117cb03117f8526fd62a
Fix an inverted condition that causes us to think that loop extraction
accomplished something when it really did not.  This does not fix the bigger problem tho.

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