mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-06 19:37:56 +00:00
Fix a warning in GCC about a pointless typedef.
llvm-svn: 100268
This commit is contained in:
parent
c6c39a6380
commit
6d6f54a390
@ -100,7 +100,7 @@ static const char *stringForARMFormat(ARMFormat form) {
|
||||
#undef ENTRY
|
||||
}
|
||||
|
||||
typedef enum {
|
||||
enum {
|
||||
IndexModeNone = 0,
|
||||
IndexModePre = 1,
|
||||
IndexModePost = 2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user