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 89c787b906
commit 77074b1378
1 changed files with 1 additions and 1 deletions

View File

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