InstrProf: __ => _ in header guards

llvm-svn: 204502
This commit is contained in:
Duncan P. N. Exon Smith 2014-03-21 18:47:23 +00:00
parent fc048c7443
commit f1c9361326
1 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@
|*
\*===----------------------------------------------------------------------===*/
#ifndef PROFILE_INSTRPROFILING_H__
#define PROFILE_INSTRPROFILING_H__
#ifndef PROFILE_INSTRPROFILING_H_
#define PROFILE_INSTRPROFILING_H_
#define I386_FREEBSD (defined(__FreeBSD__) && defined(__i386__))
@ -94,4 +94,4 @@ uint64_t __llvm_profile_get_magic(void);
/*! \brief Get the version of the file format. */
uint64_t __llvm_profile_get_version(void);
#endif /* PROFILE_INSTRPROFILING_H__ */
#endif /* PROFILE_INSTRPROFILING_H_ */