forked from OSchip/llvm-project
parent
fc048c7443
commit
f1c9361326
|
@ -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_ */
|
||||
|
|
Loading…
Reference in New Issue