Commit fix for generating conditional branch pseudo instructions that
authorNate Begeman <natebegeman@mac.com>
Wed, 15 Jun 2005 18:22:43 +0000 (18:22 +0000)
committerNate Begeman <natebegeman@mac.com>
Wed, 15 Jun 2005 18:22:43 +0000 (18:22 +0000)
commit439009c81e9e4799da64d3c40f4442f01c8f0d32
treebfac930c0114c62e0f8d7846e2461ee33d7a4fa3
parent0203a318085168957ad30fa74f331c99556f4301
Commit fix for generating conditional branch pseudo instructions that
avoids dereferencing the end() iterator when selecting the fallthrough
block.  This requires an ilist change.

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