First initialize DAG otherwise dwarf writer is used uninitialized.
authorDevang Patel <dpatel@apple.com>
Tue, 3 Feb 2009 18:46:32 +0000 (18:46 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 3 Feb 2009 18:46:32 +0000 (18:46 +0000)
commitb51d40cf40eac676dda3ae9dfeb55822fa403394
tree80485a57be58912c2573a25553325584232e89e6
parent1a3257bbf53eff4c7cfcbef972dd382f7baa7592
First initialize DAG otherwise dwarf writer is used uninitialized.
Duncan spotted this. Thanks!

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