Skip to content

Commit 37f42cf

Browse files
authored
[nfc] Update header in llvm-ctxprof-utils (llvm#122544)
1 parent b302633 commit 37f42cf

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

llvm/tools/llvm-ctxprof-util/llvm-ctxprof-util.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- PGOCtxProfJSONReader.h - JSON format ------------------*- C++ -*-===//
1+
//===--- llvm-ctxprof-util - utilities for ctxprof --------------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
@@ -8,19 +8,15 @@
88
///
99
/// \file
1010
///
11-
/// JSON format for the contextual profile for testing.
11+
/// Utilities for manipulating contextual profiles
1212
///
1313
//===----------------------------------------------------------------------===//
1414

15-
#include "llvm/ADT/STLExtras.h"
1615
#include "llvm/IR/GlobalValue.h"
17-
#include "llvm/ProfileData/CtxInstrContextNode.h"
1816
#include "llvm/ProfileData/PGOCtxProfWriter.h"
1917
#include "llvm/Support/CommandLine.h"
2018
#include "llvm/Support/Error.h"
2119
#include "llvm/Support/ErrorHandling.h"
22-
#include "llvm/Support/InitLLVM.h"
23-
#include "llvm/Support/JSON.h"
2420
#include "llvm/Support/MemoryBuffer.h"
2521
#include "llvm/Support/raw_ostream.h"
2622

0 commit comments

Comments
 (0)