Initialize LiveOutInfo's APInt members to zero, as APInt's
authorDan Gohman <gohman@apple.com>
Fri, 27 Mar 2009 23:51:02 +0000 (23:51 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 27 Mar 2009 23:51:02 +0000 (23:51 +0000)
commit84d08db733f64d9c3da4d534a3c9b553e0f77ed8
tree6341ede9d90e4370f3fb4cd7d3b43a819e502bc2
parent0ede14f5c0d9ff8bd30b467367eabad881fa6898
Initialize LiveOutInfo's APInt members to zero, as APInt's
default constructor produces an uninitialized APInt.
This fixes PR3896.

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