forked from OSchip/llvm-project
[M68k][NFC] Fix file header
Let all file header have the same style. NFC.
This commit is contained in:
parent
d9cf9bd4b3
commit
6bf22ae4d3
|
@ -1,4 +1,4 @@
|
|||
//===---- M68kAsmParser.cpp - Parse M68k assembly to MCInst instructions --===//
|
||||
//===-- M68kAsmParser.cpp - Parse M68k assembly to MCInst instructions ----===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- M68kDisassembler.cpp - Disassembler for M68k -------------*- C++ -*-===//
|
||||
//===-- M68kDisassembler.cpp - Disassembler for M68k ------------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kCallLowering.cpp - Call lowering -------------------*- C++ -*-===//
|
||||
//===-- M68kCallLowering.cpp - Call lowering --------------------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kCallLowering.h - Call lowering -------------------*- C++ -*-===//
|
||||
//===-- M68kCallLowering.h - Call lowering ----------------------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- M68kInstructionSelector.cpp ------------------------------*- C++ -*-===//
|
||||
//===-- M68kInstructionSelector.cpp -----------------------------*- C++ -*-===//
|
||||
//===----------------------------------------------------------------------===//
|
||||
/// \file
|
||||
/// This file implements the targeting of the InstructionSelector class for
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kLegalizerInfo.cpp ----------------------------------*- C++ -*-===//
|
||||
//===-- M68kLegalizerInfo.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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- M68kLegalizerInfo --------------------------------------*- C++ -*-==//
|
||||
//===-- M68kLegalizerInfo ---------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kRegisterBankInfo.cpp -------------------------------*- C++ -*-===//
|
||||
//===-- M68kRegisterBankInfo.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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kRegisterBankInfo.h ---------------------------------*- C++ -*-===//
|
||||
//===-- M68kRegisterBankInfo.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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kRegisterBanks.td - Describe the M68k Banks -------*- tablegen -*-===//
|
||||
//===-- M68kRegisterBanks.td - Describe the M68k Banks -----*- tablegen -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- M68k.h - Top-level interface for M68k representation -*- C++ -*-===//
|
||||
//===-- M68k.h - Top-level interface for M68k representation ----*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68k.td - Motorola 680x0 target definitions ------*- tablegen -*-===//
|
||||
//===-- M68k.td - Motorola 680x0 target definitions --------*- tablegen -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===----- M68kAsmPrinter.cpp - M68k LLVM Assembly Printer -----*- C++ -*-===//
|
||||
//===-- M68kAsmPrinter.cpp - M68k LLVM Assembly Printer ---------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===----- M68kAsmPrinter.h - M68k LLVM Assembly Printer -------- C++ -*--===//
|
||||
//===-- M68kAsmPrinter.h - M68k LLVM Assembly Printer -----------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kCallingConv.h - M68k Custom CC Routines ---------*- C++ -*-===//
|
||||
//===-- M68kCallingConv.h - M68k Custom CC Routines -------------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===----- M68kCollapseMOVEMPass.cpp - Expand MOVEM pass --------*- C++ -*-===//
|
||||
//===-- M68kCollapseMOVEMPass.cpp - Expand MOVEM pass -----------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--M68kExpandPseudo.cpp - Expand pseudo instructions ------*- C++ -*-===//
|
||||
//===-- M68kExpandPseudo.cpp - Expand pseudo instructions -------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kFrameLowering.cpp - M68k Frame Information ------*- C++ -*-===//
|
||||
//===-- M68kFrameLowering.cpp - M68k Frame Information ----------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- M68kFrameLowering.h - Define frame lowering for M68k -*- C++ -*-===//
|
||||
//===-- M68kFrameLowering.h - Define frame lowering for M68k ----*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- M68kISelDAGToDAG.cpp - M68k Dag to Dag Inst Selector -*- C++ -*-===//
|
||||
//===-- M68kISelDAGToDAG.cpp - M68k Dag to Dag Inst Selector ----*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kISelLowering.cpp - M68k DAG Lowering Impl ------*- C++ -*--===//
|
||||
//===-- M68kISelLowering.cpp - M68k DAG Lowering Impl -----------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kISelLowering.h - M68k DAG Lowering Interface ----*- C++ -*-===//
|
||||
//===-- M68kISelLowering.h - M68k DAG Lowering Interface --------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===------- M68kInstrBits.td - Bit Manipulation Instrs --*- tablegen -*-===//
|
||||
//===-- M68kInstrBits.td - Bit Manipulation Instrs ---------*- tablegen -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kInstrBuilder.h - Functions to build M68k insts --*- C++ -*-===//
|
||||
//===-- M68kInstrBuilder.h - Functions to build M68k insts ------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kInstrCompiler.td - Pseudos and Patterns ------*- tablegen -*-===//
|
||||
//===-- M68kInstrCompiler.td - Pseudos and Patterns --------*- tablegen -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kInstrControl.td - Control Flow Instructions --*- tablegen -*-===//
|
||||
//===-- M68kInstrControl.td - Control Flow Instructions ----*- tablegen -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//== M68kInstrData.td - M68k Data Movement Instructions -*- tablegen --===//
|
||||
//===-- M68kInstrData.td - M68k Data Movement Instructions -*- tablegen -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//=== M68kInstrFormats.td - M68k Instruction Formats ---*- tablegen -*-===//
|
||||
//===-- M68kInstrFormats.td - M68k Instruction Formats -----*- tablegen -*-===//
|
||||
// The LLVM Compiler Infrastructure
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kInstrInfo.cpp - M68k Instruction Information ----*- C++ -*-===//
|
||||
//===-- M68kInstrInfo.cpp - M68k Instruction Information --------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kInstrInfo.h - M68k Instruction Information ------*- C++ -*-===//
|
||||
//===-- M68kInstrInfo.h - M68k Instruction Information ----------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//== M68kInstrInfo.td - Main M68k Instruction Definition -*- tablegen -*-=//
|
||||
//===-- M68kInstrInfo.td - Main M68k Instruction Definition -*- tablegen -*-==//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===------ M68kInstrShiftRotate.td - Logical Instrs -----*- tablegen -*-===//
|
||||
//===-- M68kInstrShiftRotate.td - Logical Instrs -----------*- tablegen -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kMCInstLower.cpp - M68k MachineInstr to MCInst ---*- C++ -*-===//
|
||||
//===-- M68kMCInstLower.cpp - M68k MachineInstr to MCInst -------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kMCInstLower.h - Lower MachineInstr to MCInst -----*- C++ -*--===//
|
||||
//===-- M68kMCInstLower.h - Lower MachineInstr to MCInst --------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kMachineFunctionInfo.cpp - M68k private data ----*- C++ -*--===//
|
||||
//===-- M68kMachineFunctionInfo.cpp - M68k private data ---------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kMachineFunctionInfo.h - M68k private data ---------*- C++ -*-=//
|
||||
//===-- M68kMachineFunctionInfo.h - M68k private data -----------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kRegisterInfo.cpp - CPU0 Register Information -----*- C++ -*--===//
|
||||
//===-- M68kRegisterInfo.cpp - CPU0 Register Information --------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kRegisterInfo.h - M68k Register Information Impl --*- C++ --===//
|
||||
//===-- M68kRegisterInfo.h - M68k Register Information Impl -----*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//== M68kRegisterInfo.td - M68k register definitions ----*- tablegen -*-==//
|
||||
//==-- M68kRegisterInfo.td - M68k register definitions ------*- tablegen -*-==//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kSchedule.td - M68k Scheduling Definitions --*- tablegen -*-===//
|
||||
//===-- M68kSchedule.td - M68k Scheduling Definitions ------*- tablegen -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kSubtarget.cpp - M68k Subtarget Information ------*- C++ -*-===//
|
||||
//===-- M68kSubtarget.cpp - M68k Subtarget Information ----------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kSubtarget.h - Define Subtarget for the M68k -----*- C++ -*-===//
|
||||
//===-- M68kSubtarget.h - Define Subtarget for the M68k ---------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kTargetMachine.cpp - M68k target machine ---------*- C++ -*-===//
|
||||
//===-- M68kTargetMachine.cpp - M68k Target Machine -------------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kTargetMachine.h - Define TargetMachine for M68k ----- C++ -===//
|
||||
//===-- M68kTargetMachine.h - Define TargetMachine for M68k -----*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kELFTargetObjectFile.cpp - M68k Object Files -----*- C++ -*-===//
|
||||
//===-- M68kELFTargetObjectFile.cpp - M68k Object Files ---------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kELFTargetObjectFile.h - M68k Object Info ---------*- C++ -====//
|
||||
//===-- M68kELFTargetObjectFile.h - M68k Object Info ------------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kAsmBackend.cpp - M68k Assembler Backend ---------*- C++ -*-===//
|
||||
//===-- M68kAsmBackend.cpp - M68k Assembler Backend -------------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kBaseInfo.h - Top level definitions for M68k MC --*- C++ -*-----===//
|
||||
//===-- M68kBaseInfo.h - Top level definitions for M68k MC ------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===---------- M68kELFObjectWriter.cpp - M68k ELF Writer ---*- C++ -*-===//
|
||||
//===-- M68kELFObjectWriter.cpp - M68k ELF Writer ---------------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kFixupKinds.h - M68k Specific Fixup Entries ------*- C++ -*-===//
|
||||
//===-- M68kFixupKinds.h - M68k Specific Fixup Entries ----------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kInstPrinter.cpp - Convert M68k MCInst to asm ----*- C++ -*-===//
|
||||
//===-- M68kInstPrinter.cpp - Convert M68k MCInst to asm --------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kInstPrinter.h - Convert M68k MCInst to asm ------*- C++ -*-===//
|
||||
//===-- M68kInstPrinter.h - Convert M68k MCInst to asm ----------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kMCAsmInfo.cpp - M68k Asm Properties -------------*- C++ -*-===//
|
||||
//===-- M68kMCAsmInfo.cpp - M68k Asm Properties -----------------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kMCAsmInfo.h - M68k Asm Info --------------------*- C++ -*--===//
|
||||
//===-- M68kMCAsmInfo.h - M68k Asm Info -------------------------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kMCCodeEmitter.cpp - Convert M68k code emitter ---*- C++ -*-===//
|
||||
//===-- M68kMCCodeEmitter.cpp - Convert M68k code emitter -------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kMCCodeEmitter.h - M68k Code Emitter ----------------*- C++ -*--===//
|
||||
//===-- M68kMCCodeEmitter.h - M68k Code Emitter -----------------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kMCTargetDesc.cpp - M68k Target Descriptions -----*- C++ -*-===//
|
||||
//===-- M68kMCTargetDesc.cpp - M68k Target Descriptions ---------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kMCTargetDesc.h - M68k Target Descriptions -------*- C++ -*-===//
|
||||
//===-- M68kMCTargetDesc.h - M68k Target Descriptions -----------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- M68kTargetInfo.cpp - M68k Target Implementation -----*- C++ -*-===//
|
||||
//===-- M68kTargetInfo.cpp - M68k Target Implementation ---------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
Loading…
Reference in New Issue