forked from OSchip/llvm-project
Fix a warning in GCC about a pointless typedef.
llvm-svn: 100268
This commit is contained in:
parent
89c787b906
commit
77074b1378
|
@ -100,7 +100,7 @@ static const char *stringForARMFormat(ARMFormat form) {
|
||||||
#undef ENTRY
|
#undef ENTRY
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef enum {
|
enum {
|
||||||
IndexModeNone = 0,
|
IndexModeNone = 0,
|
||||||
IndexModePre = 1,
|
IndexModePre = 1,
|
||||||
IndexModePost = 2,
|
IndexModePost = 2,
|
||||||
|
|
Loading…
Reference in New Issue