summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-08-31 00:27:38 +0000
committerEric Christopher <echristo@gmail.com>2013-08-31 00:27:38 +0000
commitfb4b433bbb3f66b041585e8e7eee8ecd97a354db (patch)
treeb49228f13a3ab11336e7f68e7755efcf9a78140f /clang/lib/Headers
parentd1428bf6354151fc15a70a5a8310714e341c3ae5 (diff)
downloadbcm5719-llvm-fb4b433bbb3f66b041585e8e7eee8ecd97a354db.tar.gz
bcm5719-llvm-fb4b433bbb3f66b041585e8e7eee8ecd97a354db.zip
Typo.
llvm-svn: 189710
Diffstat (limited to 'clang/lib/Headers')
-rw-r--r--clang/lib/Headers/Intrin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Headers/Intrin.h b/clang/lib/Headers/Intrin.h
index 640ff8af4d9..8c976fbc13d 100644
--- a/clang/lib/Headers/Intrin.h
+++ b/clang/lib/Headers/Intrin.h
@@ -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);
OpenPOWER on IntegriCloud