[llvm] 37f42cf - [nfc] Update header in llvm-ctxprof-utils (#122544)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 15:43:14 PST 2025
Author: Mircea Trofin
Date: 2025-01-10T15:43:10-08:00
New Revision: 37f42cfb9a138409f19d31deeaa867ce2165d08f
URL: https://github.com/llvm/llvm-project/commit/37f42cfb9a138409f19d31deeaa867ce2165d08f
DIFF: https://github.com/llvm/llvm-project/commit/37f42cfb9a138409f19d31deeaa867ce2165d08f.diff
LOG: [nfc] Update header in llvm-ctxprof-utils (#122544)
Added:
Modified:
llvm/tools/llvm-ctxprof-util/llvm-ctxprof-util.cpp
Removed:
################################################################################
diff --git a/llvm/tools/llvm-ctxprof-util/llvm-ctxprof-util.cpp b/llvm/tools/llvm-ctxprof-util/llvm-ctxprof-util.cpp
index 485f6c7d33d902..2cf6d7613bdc92 100644
--- a/llvm/tools/llvm-ctxprof-util/llvm-ctxprof-util.cpp
+++ b/llvm/tools/llvm-ctxprof-util/llvm-ctxprof-util.cpp
@@ -1,4 +1,4 @@
-//===--- PGOCtxProfJSONReader.h - JSON format ------------------*- C++ -*-===//
+//===--- llvm-ctxprof-util - utilities for ctxprof --------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -8,19 +8,15 @@
///
/// \file
///
-/// JSON format for the contextual profile for testing.
+/// Utilities for manipulating contextual profiles
///
//===----------------------------------------------------------------------===//
-#include "llvm/ADT/STLExtras.h"
#include "llvm/IR/GlobalValue.h"
-#include "llvm/ProfileData/CtxInstrContextNode.h"
#include "llvm/ProfileData/PGOCtxProfWriter.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/ErrorHandling.h"
-#include "llvm/Support/InitLLVM.h"
-#include "llvm/Support/JSON.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/raw_ostream.h"
More information about the llvm-commits
mailing list