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)
commit5698d6334811e1c1f4b4d47c2d4d0816a000a207
treeedb14b5c0519615a41905462fdb3bac57fc13246
parent4200cc95b4a12ba275ce60d52056e283729a551e
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.

llvm-svn: 231397
llvm/utils/TableGen/AsmMatcherEmitter.cpp