Fix a warning in GCC about a pointless typedef.

llvm-svn: 100268
This commit is contained in:
Chandler Carruth 2010-04-03 04:45:24 +00:00
parent c6c39a6380
commit 6d6f54a390

View File

@ -100,7 +100,7 @@ static const char *stringForARMFormat(ARMFormat form) {
#undef ENTRY
}
typedef enum {
enum {
IndexModeNone = 0,
IndexModePre = 1,
IndexModePost = 2,