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
|
||||
}
|
||||
|
||||
typedef enum {
|
||||
enum {
|
||||
IndexModeNone = 0,
|
||||
IndexModePre = 1,
|
||||
IndexModePost = 2,
|
||||
|
|
Loading…
Reference in New Issue