[PATCH] CodeGen: improve ms instrincics support

Warren Hunt whunt at google.com
Wed Jun 18 10:22:29 PDT 2014


================
Comment at: lib/Headers/Intrin.h:227
@@ -226,3 +226,3 @@
 static __inline__
-long __cdecl _InterlockedExchange(long volatile *_Target, long _Value);
 static __inline__
----------------
I don't see why it was necessary to get rid of __cdecl.  Also, Now that the definition is gone it shouldn't be static __inline__ anymore.

http://reviews.llvm.org/D4182






More information about the cfe-commits mailing list