OSDN Git Service

The assertion was wrong: the code only worked for i64. While we're at it,
authorChris Lattner <sabre@nondot.org>
Mon, 18 Jul 2005 04:31:14 +0000 (04:31 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 18 Jul 2005 04:31:14 +0000 (04:31 +0000)
commitf4d32726e622c740b4befc803e604903eb1349df
tree3c3029487af8b0f43db456f1c0949ed6a2a02881
parent72f71e18a3cca42c3b2a289a5cec27232e6e34c0
The assertion was wrong: the code only worked for i64.  While we're at it,
expand the code to work for all integer datatypes.  This should unbreak
alpha.

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