]> granicus.if.org Git - llvm/commit
Use C++ typed enums instead of 'unsigned char' for MCInst Kind. NFC.
authorPete Cooper <peter_cooper@apple.com>
Mon, 1 Dec 2014 18:46:43 +0000 (18:46 +0000)
committerPete Cooper <peter_cooper@apple.com>
Mon, 1 Dec 2014 18:46:43 +0000 (18:46 +0000)
commitfcf3609fd7f95dc67c93ee13987943c23dc66ce8
tree27f4c5889dc6de482905c2c84828ad0250d3ff57
parenteb1f2e8eb02807f88fb6d6b33033f526c28fc342
Use C++ typed enums instead of 'unsigned char' for MCInst Kind.  NFC.

This makes it much easier to see the value of operands in the debugger.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223060 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCInst.h