r332108 - [X86] Fix the file header name on fmaintrin.h

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Fri May 11 10:37:40 PDT 2018


Author: ctopper
Date: Fri May 11 10:37:40 2018
New Revision: 332108

URL: http://llvm.org/viewvc/llvm-project?rev=332108&view=rev
Log:
[X86] Fix the file header name on fmaintrin.h

Modified:
    cfe/trunk/lib/Headers/fmaintrin.h

Modified: cfe/trunk/lib/Headers/fmaintrin.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Headers/fmaintrin.h?rev=332108&r1=332107&r2=332108&view=diff
==============================================================================
--- cfe/trunk/lib/Headers/fmaintrin.h (original)
+++ cfe/trunk/lib/Headers/fmaintrin.h Fri May 11 10:37:40 2018
@@ -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




More information about the cfe-commits mailing list