We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a64ae7 commit 7dc6566Copy full SHA for 7dc6566
llvm/lib/CodeGen/GCEmptyBasicBlocks.cpp
@@ -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
14
#include "llvm/ADT/SmallVector.h"
15
#include "llvm/ADT/Statistic.h"
16
#include "llvm/CodeGen/MachineBasicBlock.h"
0 commit comments