Skip to content

Commit

Permalink
[nfc] Update header in llvm-ctxprof-utils (llvm#122544)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrofin authored Jan 10, 2025
1 parent b302633 commit 37f42cf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions llvm/tools/llvm-ctxprof-util/llvm-ctxprof-util.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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"

Expand Down

0 comments on commit 37f42cf

Please sign in to comment.