Fix a warning in GCC about a pointless typedef.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100268 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2010-04-03 04:45:24 +00:00
parent b421640efa
commit 1e86e3fb4b

View File

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