TableGen: Initialize ErrorInfo to ~0ULL in the MatchInstructionImpl
authorTom Stellard <thomas.stellard@amd.com>
Thu, 5 Mar 2015 19:46:55 +0000 (19:46 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 5 Mar 2015 19:46:55 +0000 (19:46 +0000)
commit98225d9c9ced186953d91f1fe0fe711a28117c66
treea9f006590f3fd27b2d11878ea26319ffbbaa58f4
parent67297cd9563d6385570be219098faf8d0fe4c0de
TableGen: Initialize ErrorInfo to ~0ULL in the MatchInstructionImpl

This is what all the targets check for and is consistent with the
initialized value of MissingFeatures, which is sometimes assinged
to ErrorInfo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231397 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmMatcherEmitter.cpp