From bae20d00c68bf337191cbcbbda705f9492f83b29 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 13 Apr 2011 10:05:14 +0000 Subject: [PATCH] Remove comment that snuck in there. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129434 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Headers/xmmintrin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Headers/xmmintrin.h b/lib/Headers/xmmintrin.h index 27bed04e71..00760ed6d1 100644 --- a/lib/Headers/xmmintrin.h +++ b/lib/Headers/xmmintrin.h @@ -539,7 +539,7 @@ _mm_load_ps(const float *p) static __inline__ __m128 __attribute__((__always_inline__, __nodebug__)) _mm_loadu_ps(const float *p) { - return (__m128){ p[0], p[1], p[2], p[3] }; /* __builtin_ia32_loadups(p); */ + return (__m128){ p[0], p[1], p[2], p[3] }; } static __inline__ __m128 __attribute__((__always_inline__, __nodebug__)) -- 2.50.1