Added a new SDNode type: BR_JT for jumptable branch.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 30 Oct 2006 07:59:36 +0000 (07:59 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 30 Oct 2006 07:59:36 +0000 (07:59 +0000)
commitc41cd9c391f1f69adf416145a5a1308d7ce342fc
treeceeef515ebb370fe12ff2a9d4a96e308afec5cf2
parent55d7244f690e6585771eb98a1901b61564a0da70
Added a new SDNode type: BR_JT for jumptable branch.

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