aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-04-25 16:14:14 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-04-25 16:14:14 +0000
commit0823c7d83cc625260e6495783bb5905082206fd1 (patch)
tree80c5ffb93089896dbc7f2bdc1705bb806b879a6a
parentd4aaee4a3b164a27e3695eb7e8fd0971d055bd77 (diff)
Fix header comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180268 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Headers/xopintrin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Headers/xopintrin.h b/lib/Headers/xopintrin.h
index d107be4a42..9a5824c971 100644
--- a/lib/Headers/xopintrin.h
+++ b/lib/Headers/xopintrin.h
@@ -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