Try to get rid of a -wunitialized warning: explicitly initialize the pointer
authorEli Bendersky <eliben@google.com>
Tue, 26 Feb 2013 23:04:17 +0000 (23:04 +0000)
committerEli Bendersky <eliben@google.com>
Tue, 26 Feb 2013 23:04:17 +0000 (23:04 +0000)
commit533048228fe7bf3bac05e7db3d2f12aaf3f47fa1
treeff174d651ffb9eb230ffa1d8cf15493a5dc391eb
parent616025007abbb0fb53fe53ef2cac81907668c2f0
Try to get rid of a -wunitialized warning: explicitly initialize the pointer
to NULL and use asserts to check in relevant places.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176134 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-mc/llvm-mc.cpp