Avoid finding loop back edges when we are not splitting critical edges in
authorCameron Zwarich <zwarich@apple.com>
Tue, 4 Jan 2011 04:43:31 +0000 (04:43 +0000)
committerCameron Zwarich <zwarich@apple.com>
Tue, 4 Jan 2011 04:43:31 +0000 (04:43 +0000)
commit95bb00414eba82cc1c058b558cd28bc28134c561
tree862b6bc3f22ea88af03e12438e8c79bb909511e4
parent70ecc97550635eec18d8c45577fc3ad24dcf8abc
Avoid finding loop back edges when we are not splitting critical edges in
CodeGenPrepare (which is the default behavior).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122801 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/CodeGenPrepare.cpp