Correctly handle calls with no return values. This fixes
authorDan Gohman <gohman@apple.com>
Tue, 7 Oct 2008 00:12:37 +0000 (00:12 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 7 Oct 2008 00:12:37 +0000 (00:12 +0000)
commitb5cc34d098149a9606dacb6d421471d787253907
tree3bb35a31bb2c2ebc4fbe9db6fb35f805ea64dd8c
parentd44b7c1b0798b5b28556314278948a941442c1ec
Correctly handle calls with no return values. This fixes
2006-01-23-UnionInit on x86-64 when inlining is not enabled.

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