From 5450763dd89b8e70e9eeb0dc589ce622cd175928 Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Tue, 2 Dec 2014 23:30:26 +0000 Subject: [PATCH] Intrin: shrx_u64 should be _shrx_u64 llvm-svn: 223176 --- clang/lib/Headers/Intrin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/Headers/Intrin.h b/clang/lib/Headers/Intrin.h index 89e0d0c..a13715d 100644 --- a/clang/lib/Headers/Intrin.h +++ b/clang/lib/Headers/Intrin.h @@ -416,7 +416,7 @@ __int64 _sarx_i64(__int64, unsigned int); int __cdecl _setjmpex(jmp_buf); #endif unsigned __int64 _shlx_u64(unsigned __int64, unsigned int); -unsigned __int64 shrx_u64(unsigned __int64, unsigned int); +unsigned __int64 _shrx_u64(unsigned __int64, unsigned int); /* * Multiply two 64-bit integers and obtain a 64-bit result. * The low-half is returned directly and the high half is in an out parameter. -- 2.7.4