summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-03-21 18:46:29 +0000
committerJustin Bogner <mail@justinbogner.com>2014-03-21 18:46:29 +0000
commit218c7c821b955398baf144199ac69d9c9665e102 (patch)
tree0a9fb600f64a7d7740d621a3b7102498ff4478ea /include
parentddfcb21b3f728fd569e106f43c1bcaed356223e4 (diff)
downloadllvm-218c7c821b955398baf144199ac69d9c9665e102.tar.gz
llvm-218c7c821b955398baf144199ac69d9c9665e102.tar.bz2
llvm-218c7c821b955398baf144199ac69d9c9665e102.tar.xz
ProfileData: Avoid double underscores in header guards
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204501 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ProfileData/InstrProf.h6
-rw-r--r--include/llvm/ProfileData/InstrProfReader.h6
-rw-r--r--include/llvm/ProfileData/InstrProfWriter.h6
3 files changed, 9 insertions, 9 deletions
diff --git a/include/llvm/ProfileData/InstrProf.h b/include/llvm/ProfileData/InstrProf.h
index c803069c46..e2291ef2a9 100644
--- a/include/llvm/ProfileData/InstrProf.h
+++ b/include/llvm/ProfileData/InstrProf.h
@@ -13,8 +13,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_PROFILEDATA_INSTRPROF_H__
-#define LLVM_PROFILEDATA_INSTRPROF_H__
+#ifndef LLVM_PROFILEDATA_INSTRPROF_H_
+#define LLVM_PROFILEDATA_INSTRPROF_H_
#include "llvm/Support/system_error.h"
@@ -52,4 +52,4 @@ template <> struct is_error_code_enum<instrprof_error::ErrorType>
} // end namespace llvm
-#endif // LLVM_PROFILEDATA_INSTRPROF_H__
+#endif // LLVM_PROFILEDATA_INSTRPROF_H_
diff --git a/include/llvm/ProfileData/InstrProfReader.h b/include/llvm/ProfileData/InstrProfReader.h
index 1c7c5ced82..e2c59cf186 100644
--- a/include/llvm/ProfileData/InstrProfReader.h
+++ b/include/llvm/ProfileData/InstrProfReader.h
@@ -12,8 +12,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_PROFILEDATA_INSTRPROF_READER_H__
-#define LLVM_PROFILEDATA_INSTRPROF_READER_H__
+#ifndef LLVM_PROFILEDATA_INSTRPROF_READER_H_
+#define LLVM_PROFILEDATA_INSTRPROF_READER_H_
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ProfileData/InstrProf.h"
@@ -184,4 +184,4 @@ private:
} // end namespace llvm
-#endif // LLVM_PROFILEDATA_INSTRPROF_READER_H__
+#endif // LLVM_PROFILEDATA_INSTRPROF_READER_H_
diff --git a/include/llvm/ProfileData/InstrProfWriter.h b/include/llvm/ProfileData/InstrProfWriter.h
index 388921e266..f818fa08fa 100644
--- a/include/llvm/ProfileData/InstrProfWriter.h
+++ b/include/llvm/ProfileData/InstrProfWriter.h
@@ -12,8 +12,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_PROFILEDATA_INSTRPROF_WRITER_H__
-#define LLVM_PROFILEDATA_INSTRPROF_WRITER_H__
+#ifndef LLVM_PROFILEDATA_INSTRPROF_WRITER_H_
+#define LLVM_PROFILEDATA_INSTRPROF_WRITER_H_
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringMap.h"
@@ -46,4 +46,4 @@ public:
} // end namespace llvm
-#endif // LLVM_PROFILE_INSTRPROF_WRITER_H__
+#endif // LLVM_PROFILE_INSTRPROF_WRITER_H_