diff options
Diffstat (limited to 'utils/TableGen/ARMDecoderEmitter.cpp')
-rw-r--r-- | utils/TableGen/ARMDecoderEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/ARMDecoderEmitter.cpp b/utils/TableGen/ARMDecoderEmitter.cpp index 4bb46026d4..5fb8b6bfb2 100644 --- a/utils/TableGen/ARMDecoderEmitter.cpp +++ b/utils/TableGen/ARMDecoderEmitter.cpp @@ -100,7 +100,7 @@ static const char *stringForARMFormat(ARMFormat form) { #undef ENTRY } -typedef enum { +enum { IndexModeNone = 0, IndexModePre = 1, IndexModePost = 2, |