aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/ProfileData/MemProfData.inc
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/ProfileData/MemProfData.inc')
-rw-r--r--llvm/include/llvm/ProfileData/MemProfData.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/ProfileData/MemProfData.inc b/llvm/include/llvm/ProfileData/MemProfData.inc
index d64227e4ba31..f2cb3738f053 100644
--- a/llvm/include/llvm/ProfileData/MemProfData.inc
+++ b/llvm/include/llvm/ProfileData/MemProfData.inc
@@ -1,5 +1,5 @@
-#ifndef MEMPROF_DATA_INC
-#define MEMPROF_DATA_INC
+#ifndef LLVM_PROFILEDATA_MEMPROFDATA_INC
+#define LLVM_PROFILEDATA_MEMPROFDATA_INC
/*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
|*
|* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.