Implement SimplifyCFG/branch-cond-merge.ll
authorChris Lattner <sabre@nondot.org>
Sat, 1 May 2004 23:35:43 +0000 (23:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 1 May 2004 23:35:43 +0000 (23:35 +0000)
commite67fa05036f634a4ec1e0893033c89250eb58954
tree1f2853e944a4e50d2cfc66478704b7c7d910eee1
parent470221cfc029b933677d93dce087a8038132f2ca
Implement SimplifyCFG/branch-cond-merge.ll
Turning "if (A < B && B < C)" into "if (A < B & B < C)"

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13311 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyCFG.cpp