MC: initialise MCAsmParser variable
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 22 May 2014 06:02:59 +0000 (06:02 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 22 May 2014 06:02:59 +0000 (06:02 +0000)
commit327edb432a050b9753ffc236cb85ea71966d0d51
treea8864786541f8f4ef28dea5f1317750c6d05a46e
parent9c553cfe7951be8ed9344d69b80190221dcfb8eb
MC: initialise MCAsmParser variable

Properly initialise HadError to false during construction.  Detected as
use-of-uninitialised variable by MSan!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209393 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmParser.cpp