Skip to content

Commit 7dc6566

Browse files
committed
Add file header for GCEmptyBasicBlocks.cpp.
1 parent 5a64ae7 commit 7dc6566

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

llvm/lib/CodeGen/GCEmptyBasicBlocks.cpp

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
//===-- GCEmptyBasicBlocks.cpp ----------------------------------*- C++ -*-===//
2+
//
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
//
7+
//===----------------------------------------------------------------------===//
8+
///
9+
/// \file
10+
/// This file contains the implementation of empty blocks garbage collection
11+
/// pass.
12+
///
13+
//===----------------------------------------------------------------------===//
114
#include "llvm/ADT/SmallVector.h"
215
#include "llvm/ADT/Statistic.h"
316
#include "llvm/CodeGen/MachineBasicBlock.h"

0 commit comments

Comments
 (0)