Generalize CaseBlock a bit more:
authorChris Lattner <sabre@nondot.org>
Tue, 24 Oct 2006 17:57:59 +0000 (17:57 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Oct 2006 17:57:59 +0000 (17:57 +0000)
commit57ab65972e09be54da6461e483664ebf34afa1ee
tree52c533ae71b9f32398b2584596bd3bb91b188138
parent33644ba8d22a91b8fe0f0da3d73fc7cf38a46b06
Generalize CaseBlock a bit more:

Rename LHSBB/RHSBB to TrueBB/FalseBB.  Allow the RHS value to be null,
in which case the LHS is treated as a bool.

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