GlobalISel: Remove explicit enumerator values from .def file.
authorTim Northover <tnorthover@apple.com>
Wed, 20 Jul 2016 22:58:01 +0000 (22:58 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 20 Jul 2016 22:58:01 +0000 (22:58 +0000)
commitcffc0d20fbc19636be1875814df148fd97d20c59
tree042e8db7636e40488403e68ddb6826b89d5e5c45
parent986330c190fdecfe608b20449ba27491080afeba
GlobalISel: Remove explicit enumerator values from .def file.

They were all auto-incremented from 0 anyway, and I'm getting really annoying
conflicts and runtime failures when different people add more for GlobalISel
(and even when I'm refactoring my own patches).

NFC.

llvm-svn: 276204
llvm/include/llvm/Target/TargetOpcodes.def
llvm/include/llvm/Target/TargetOpcodes.h
llvm/utils/TableGen/CodeGenTarget.cpp