llvm-svn: 189710
This commit is contained in:
Eric Christopher 2013-08-31 00:27:38 +00:00
parent d1428bf635
commit fb4b433bbb
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ void *_ReturnAddress(void);
unsigned int _rorx_u32(unsigned int, const unsigned int);
int __cdecl _rdrand16_step(unsigned short *);
int __cdecl _rdrand32_step(unsigned int *);
unsigned int __cdecl _rotl(unsigned int _Value, int_Shift);
unsigned int __cdecl _rotl(unsigned int _Value, int _Shift);
unsigned short _rotl16(unsigned short _Value, unsigned char _Shift);
unsigned __int64 __cdecl _rotl64(unsigned __int64 _Value, int _Shift);
unsigned char _rotl8(unsigned char _Value, unsigned char _Shift);