Fix custom target lowering for zero/any/sign_extend: make sure that
authorScott Michel <scottm@aero.org>
Wed, 30 Apr 2008 00:26:38 +0000 (00:26 +0000)
committerScott Michel <scottm@aero.org>
Wed, 30 Apr 2008 00:26:38 +0000 (00:26 +0000)
commit82747a54849d22c3a0b7c3b56399da9b9e020ee0
tree11057c3244c5dfe049f3c38d7293d5a02119b45b
parent7b251e0474466d067192339599e38b9be000b6a3
Fix custom target lowering for zero/any/sign_extend: make sure that
DAG.UpdateNodeOperands() is called before (not after) the call to
TLI.LowerOperation().

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