summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-03-21 18:47:23 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-03-21 18:47:23 +0000
commit44711f4e1d555e61d61a4575ccdc49905962f762 (patch)
tree5f3b124b5533c5dcf20440ce1b2e5c43861bdf36 /lib
parent03debfc32d76086b84b0eee3caf8bdc39355ab6f (diff)
InstrProf: __ => _ in header guards
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@204502 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/profile/InstrProfiling.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/profile/InstrProfiling.h b/lib/profile/InstrProfiling.h
index dd0c9cd4e..3a3fe533c 100644
--- a/lib/profile/InstrProfiling.h
+++ b/lib/profile/InstrProfiling.h
@@ -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_ */