diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-04-25 16:14:14 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-04-25 16:14:14 +0000 |
commit | beea3512877bc5396319d8c226c867680d77d335 (patch) | |
tree | d8b4157b2f5ef10a0934e2a939b888b7a7592956 /clang/lib/Headers/xopintrin.h | |
parent | a2ee3a6e2ee7000ca3cc8e916bbd93f8d1b4d23a (diff) | |
download | bcm5719-llvm-beea3512877bc5396319d8c226c867680d77d335.tar.gz bcm5719-llvm-beea3512877bc5396319d8c226c867680d77d335.zip |
Fix header comment.
llvm-svn: 180268
Diffstat (limited to 'clang/lib/Headers/xopintrin.h')
-rw-r--r-- | clang/lib/Headers/xopintrin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Headers/xopintrin.h b/clang/lib/Headers/xopintrin.h index d107be4a426..9a5824c9710 100644 --- a/clang/lib/Headers/xopintrin.h +++ b/clang/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 |