[llvm] [CodeGen] Port gc-empty-basic-blocks to new pass manager (PR #137585)
Christudasan Devadasan via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 28 23:51:52 PDT 2025
================
@@ -0,0 +1,19 @@
+//===-- GCEmptyBasicBlocks.h ------------------------------------*- 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
+//
+//===----------------------------------------------------------------------===//
+
----------------
cdevadas wrote:
Missing the macro to avoid multiple inclusions.
#ifndef LLVM_CODEGEN_GCEMPTYBASICBLOCKS_H
#define LLVM_CODEGEN_GCEMPTYBASICBLOCKS_H
https://github.com/llvm/llvm-project/pull/137585
More information about the llvm-commits
mailing list