Clear the FunctionLoweringInfo object before doing other things that
authorDan Gohman <gohman@apple.com>
Wed, 14 Apr 2010 17:13:16 +0000 (17:13 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 14 Apr 2010 17:13:16 +0000 (17:13 +0000)
commit5dc44335b19dde981e4ad69ab7a650269460ed3c
tree0bc6bb5653558619cf39e51d1a94af281f589aa9
parent0e026729aef35523e4f8d6124a569dceb4286bbb
Clear the FunctionLoweringInfo object before doing other things that
don't need it.

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