From: Craig Topper Date: Fri, 30 Dec 2011 07:35:49 +0000 (+0000) Subject: Remove an accidental change from r147370. Would only break if the new fma4 flag was... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9322a67081ef242d1dab0d34812da6bd35c896d;p=clang Remove an accidental change from r147370. Would only break if the new fma4 flag was used. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147371 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Headers/x86intrin.h b/lib/Headers/x86intrin.h index 5f9bea7107..138f8508f2 100644 --- a/lib/Headers/x86intrin.h +++ b/lib/Headers/x86intrin.h @@ -42,10 +42,6 @@ #include #endif -#ifdef __FMA4__ -#include -#endif - // FIXME: SSE4A, 3dNOW, XOP, LWP, ABM #endif /* __X86INTRIN_H */