Simplify the logic for BRTWOWAY_CC handling. The isel code already
authorChris Lattner <sabre@nondot.org>
Sun, 21 Aug 2005 19:03:28 +0000 (19:03 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 21 Aug 2005 19:03:28 +0000 (19:03 +0000)
commitf913d3f91c8e72000a41dd58e0118a1763fe6d7e
tree82e720250acfb8d58cdc67472dd47932f847a876
parent2fbb4579d6d6bbde8387283b78307c2ea477a312
Simplify the logic for BRTWOWAY_CC handling.  The isel code already
simplifies BRTWOWAY into BR if one of the results is a fall-through.
Unless I'm missing something, there is no reason to duplicate this
in the target-specific code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22952 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelPattern.cpp