[llvm] 7dc6566 - Add file header for GCEmptyBasicBlocks.cpp.
Rahman Lavaee via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 23 10:45:24 PDT 2023
Author: Rahman Lavaee
Date: 2023-08-23T17:45:09Z
New Revision: 7dc65662730c4d156d08a26a64f5d353ad9bbd08
URL: https://github.com/llvm/llvm-project/commit/7dc65662730c4d156d08a26a64f5d353ad9bbd08
DIFF: https://github.com/llvm/llvm-project/commit/7dc65662730c4d156d08a26a64f5d353ad9bbd08.diff
LOG: Add file header for GCEmptyBasicBlocks.cpp.
Added:
Modified:
llvm/lib/CodeGen/GCEmptyBasicBlocks.cpp
Removed:
################################################################################
diff --git a/llvm/lib/CodeGen/GCEmptyBasicBlocks.cpp b/llvm/lib/CodeGen/GCEmptyBasicBlocks.cpp
index ec613d5258223c..e261531eb01405 100644
--- a/llvm/lib/CodeGen/GCEmptyBasicBlocks.cpp
+++ b/llvm/lib/CodeGen/GCEmptyBasicBlocks.cpp
@@ -1,3 +1,16 @@
+//===-- GCEmptyBasicBlocks.cpp ----------------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+///
+/// \file
+/// This file contains the implementation of empty blocks garbage collection
+/// pass.
+///
+//===----------------------------------------------------------------------===//
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
More information about the llvm-commits
mailing list