OSDN Git Service

Instead of making ZERO_EXTEND_INREG nodes, use the helper method in
authorChris Lattner <sabre@nondot.org>
Wed, 13 Apr 2005 02:38:47 +0000 (02:38 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Apr 2005 02:38:47 +0000 (02:38 +0000)
commit23993561e24b2a6eaf0e036062522ab825c30d3f
treedde65003788ebfa017e404326a0663727929e03b
parent0f2287baa18fb1c6a7e8ba42ba5163c2845b8654
Instead of making ZERO_EXTEND_INREG nodes, use the helper method in
SelectionDAG to do the job with AND.  Don't legalize Z_E_I anymore as
it is gone

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