Resynchronize EDInfo.h and EDEmitter.cpp.
authorShantonu Sen <ssen@apple.com>
Mon, 11 Jul 2011 17:57:30 +0000 (17:57 +0000)
committerShantonu Sen <ssen@apple.com>
Mon, 11 Jul 2011 17:57:30 +0000 (17:57 +0000)
commit7ae0df41422193e65231a0f9526bfe66067c6532
tree424df6c637f1ffc202efd395c27864f970b16cc9
parent3f00e317064560ad11168d22030416d853829f6e
Resynchronize EDInfo.h and EDEmitter.cpp.
The enum names as well as order (i.e. value)
had skewed, which means that consumers of the
tablegen-ed table would see different values than
intended. Make both files have a superset of enums,
and add classification as needed for numMCOperands.

Reviewed by Owen Anderson

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134905 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCDisassembler/EDInfo.h
lib/MC/MCDisassembler/EDOperand.cpp
utils/TableGen/EDEmitter.cpp