mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-06 11:19:09 +00:00
fix typo in enum name
llvm-svn: 190009
This commit is contained in:
parent
990ec31e8a
commit
4f3ed3549e
@ -169,7 +169,7 @@ namespace llvm {
|
||||
S_THREAD_LOCAL_REGULAR = 0x11u,
|
||||
S_THREAD_LOCAL_ZEROFILL = 0x12u,
|
||||
S_THREAD_LOCAL_VARIABLES = 0x13u,
|
||||
S_THREAD_LOCA_VARIABLE_POINTERS = 0x14u,
|
||||
S_THREAD_LOCAL_VARIABLE_POINTERS = 0x14u,
|
||||
S_THREAD_LOCAL_INIT_FUNCTION_POINTERS = 0x15u
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user