From 4582733e923f315a567908234a6dd13a40af3214 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 11 May 2018 17:37:40 +0000 Subject: [PATCH] [X86] Fix the file header name on fmaintrin.h git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@332108 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Headers/fmaintrin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Headers/fmaintrin.h b/lib/Headers/fmaintrin.h index 478a0ac81c..d0dc66fe85 100644 --- a/lib/Headers/fmaintrin.h +++ b/lib/Headers/fmaintrin.h @@ -1,4 +1,4 @@ -/*===---- fma4intrin.h - FMA4 intrinsics -----------------------------------=== +/*===---- fmaintrin.h - FMA intrinsics -------------------------------------=== * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal -- 2.40.0