aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ProfileData/MemProfTest.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-04-10 22:03:20 -0700
committerGitHub <noreply@github.com>2024-04-10 22:03:20 -0700
commit2bede6873dbe7021b306d3e5bec59d0fba2dd26c (patch)
treea207a150e1050c62819f850c200ddba0eb19bcae /llvm/unittests/ProfileData/MemProfTest.cpp
parent3197f9d8b0efc3efdc531421bd11c16305d9b1ff (diff)
downloadllvm-2bede6873dbe7021b306d3e5bec59d0fba2dd26c.zip
llvm-2bede6873dbe7021b306d3e5bec59d0fba2dd26c.tar.gz
llvm-2bede6873dbe7021b306d3e5bec59d0fba2dd26c.tar.bz2
[memprof] Rename RawMemProfReader.{cpp,h} to MemProfReader.{cpp,h} (NFC) (#88200)
This patch renames RawMemProfReader.{cpp,h} to MemProfReader.{cpp,h}, respectively. Also, it re-creates RawMemProfReader.h just to include MemProfReader.h for compatibility with out-of-tree users.
Diffstat (limited to 'llvm/unittests/ProfileData/MemProfTest.cpp')
-rw-r--r--llvm/unittests/ProfileData/MemProfTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/ProfileData/MemProfTest.cpp b/llvm/unittests/ProfileData/MemProfTest.cpp
index f1aa6f3..9cf3074 100644
--- a/llvm/unittests/ProfileData/MemProfTest.cpp
+++ b/llvm/unittests/ProfileData/MemProfTest.cpp
@@ -6,7 +6,7 @@
#include "llvm/IR/Value.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/ProfileData/MemProfData.inc"
-#include "llvm/ProfileData/RawMemProfReader.h"
+#include "llvm/ProfileData/MemProfReader.h"
#include "llvm/Support/raw_ostream.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"