r180268 - Fix header comment.
Benjamin Kramer
benny.kra at googlemail.com
Thu Apr 25 09:14:14 PDT 2013
Author: d0k
Date: Thu Apr 25 11:14:14 2013
New Revision: 180268
URL: http://llvm.org/viewvc/llvm-project?rev=180268&view=rev
Log:
Fix header comment.
Modified:
cfe/trunk/lib/Headers/xopintrin.h
Modified: cfe/trunk/lib/Headers/xopintrin.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Headers/xopintrin.h?rev=180268&r1=180267&r2=180268&view=diff
==============================================================================
--- cfe/trunk/lib/Headers/xopintrin.h (original)
+++ cfe/trunk/lib/Headers/xopintrin.h Thu Apr 25 11:14:14 2013
@@ -1,4 +1,4 @@
-/*===---- xopintrin.h - FMA4 intrinsics ------------------------------------===
+/*===---- xopintrin.h - XOP 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
@@ -22,7 +22,7 @@
*/
#ifndef __X86INTRIN_H
-#error "Never use <fma4intrin.h> directly; include <x86intrin.h> instead."
+#error "Never use <xopintrin.h> directly; include <x86intrin.h> instead."
#endif
#ifndef __XOPINTRIN_H
More information about the cfe-commits
mailing list