Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 22 Apr 2004 23:00:51 +0000 (23:00 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 22 Apr 2004 23:00:51 +0000 (23:00 +0000)
commit7d248397a738c31bbe6e22bfe93a17cc560efdf7
tree4c38f9a57c73b52434b780f9f12b63b5f1628b26
parent79906c9825d4ff18e3f1fff54eef8162257b72a9
Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete
the function instead of isolating it. This also means the condition is reversed.

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