diff options
| author | Craig Topper <craig.topper@intel.com> | 2018-04-24 17:40:47 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@intel.com> | 2018-04-24 17:40:47 +0000 |
| commit | bd16b112554990be42e082de2236f762a50d2375 (patch) | |
| tree | 5adf08a5c05a45c1628ce10d6e0e6088aef034ae /clang/lib/Headers/clzerointrin.h | |
| parent | ebc7c74f2f54a3cb6cf86ab26e1296f8311f11e9 (diff) | |
| download | bcm5719-llvm-bd16b112554990be42e082de2236f762a50d2375.tar.gz bcm5719-llvm-bd16b112554990be42e082de2236f762a50d2375.zip | |
[X86] Consistently use double underscore at the beginning of the include guards in our intrinsic headers.
Most files used double underscore, but a few used single. This converges them all to double.
llvm-svn: 330743
Diffstat (limited to 'clang/lib/Headers/clzerointrin.h')
| -rw-r--r-- | clang/lib/Headers/clzerointrin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/Headers/clzerointrin.h b/clang/lib/Headers/clzerointrin.h index ed7478ff87e..74a7bf5ed09 100644 --- a/clang/lib/Headers/clzerointrin.h +++ b/clang/lib/Headers/clzerointrin.h @@ -24,8 +24,8 @@ #error "Never use <clzerointrin.h> directly; include <x86intrin.h> instead." #endif -#ifndef _CLZEROINTRIN_H -#define _CLZEROINTRIN_H +#ifndef __CLZEROINTRIN_H +#define __CLZEROINTRIN_H /* Define the default attributes for the functions in this file. */ #define __DEFAULT_FN_ATTRS \ @@ -47,4 +47,4 @@ _mm_clzero (void * __line) #undef __DEFAULT_FN_ATTRS -#endif /* _CLZEROINTRIN_H */ +#endif /* __CLZEROINTRIN_H */ |

