Fix the updating of the machine CFG when a PHI node was in a successor of
authorNate Begeman <natebegeman@mac.com>
Sun, 23 Apr 2006 06:26:20 +0000 (06:26 +0000)
committerNate Begeman <natebegeman@mac.com>
Sun, 23 Apr 2006 06:26:20 +0000 (06:26 +0000)
commit9453eea49bca1c3904047db495855c93e001d1cd
tree7276c569e8d8853ed5e2676102427a7cddb9cc7f
parent84bfed087b12c89cb09a257059666578de3b01cc
Fix the updating of the machine CFG when a PHI node was in a successor of
the jump table's range check block.  This re-enables 100% dense jump tables
by default on PPC & x86

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27952 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGISel.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp