summaryrefslogtreecommitdiffstats
path: root/lib/Headers
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2011-12-30 07:35:49 +0000
committerCraig Topper <craig.topper@gmail.com>2011-12-30 07:35:49 +0000
commitf9322a67081ef242d1dab0d34812da6bd35c896d (patch)
tree92470f8bd228204723b8951cc883023ffb84438f /lib/Headers
parent6a511e14074e186328020fce78fe0c33deb64d1b (diff)
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
Diffstat (limited to 'lib/Headers')
-rw-r--r--lib/Headers/x86intrin.h4
1 files changed, 0 insertions, 4 deletions
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 <popcntintrin.h>
#endif
-#ifdef __FMA4__
-#include <fma4intrin.h>
-#endif
-
// FIXME: SSE4A, 3dNOW, XOP, LWP, ABM
#endif /* __X86INTRIN_H */