diff options
Diffstat (limited to 'lib/Target/PowerPC/PPCTOCRegDeps.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCTOCRegDeps.cpp | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lib/Target/PowerPC/PPCTOCRegDeps.cpp b/lib/Target/PowerPC/PPCTOCRegDeps.cpp index 17345b6ca8d3..3eb0569fb955 100644 --- a/lib/Target/PowerPC/PPCTOCRegDeps.cpp +++ b/lib/Target/PowerPC/PPCTOCRegDeps.cpp @@ -1,9 +1,8 @@ //===-- PPCTOCRegDeps.cpp - Add Extra TOC Register Dependencies -----------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// 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 // //===----------------------------------------------------------------------===// // @@ -83,10 +82,6 @@ using namespace llvm; #define DEBUG_TYPE "ppc-toc-reg-deps" -namespace llvm { - void initializePPCTOCRegDepsPass(PassRegistry&); -} - namespace { // PPCTOCRegDeps pass - For simple functions without epilogue code, move // returns up, and create conditional returns, to avoid unnecessary |