From 98b9849d347915b70a9d8a53838356d3341231d3 Mon Sep 17 00:00:00 2001 From: Simon Dardis Date: Fri, 15 Jun 2018 13:29:35 +0000 Subject: [PATCH] [mips] Add licensing information of the microMIPS tablegen files. (NFC) llvm-svn: 334827 --- llvm/lib/Target/Mips/MicroMipsInstrFormats.td | 13 +++++++++++++ llvm/lib/Target/Mips/MicroMipsInstrInfo.td | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/llvm/lib/Target/Mips/MicroMipsInstrFormats.td b/llvm/lib/Target/Mips/MicroMipsInstrFormats.td index c1ba4df8cacb..a9c53e08b810 100644 --- a/llvm/lib/Target/Mips/MicroMipsInstrFormats.td +++ b/llvm/lib/Target/Mips/MicroMipsInstrFormats.td @@ -1,3 +1,16 @@ +//===-- MicroMipsInstrFormats.td - microMIPS Inst Formats -*- tablegen -*--===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// +// +// This files descributes the formats of the microMIPS instruction set. +// +//===----------------------------------------------------------------------===// + //===----------------------------------------------------------------------===// // MicroMIPS Base Classes //===----------------------------------------------------------------------===// diff --git a/llvm/lib/Target/Mips/MicroMipsInstrInfo.td b/llvm/lib/Target/Mips/MicroMipsInstrInfo.td index f4dbd175530e..e07d186d539a 100644 --- a/llvm/lib/Target/Mips/MicroMipsInstrInfo.td +++ b/llvm/lib/Target/Mips/MicroMipsInstrInfo.td @@ -1,3 +1,16 @@ +//===--- MicroMipsInstrFormats.td - microMIPS Inst Defs -*- tablegen -*----===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// +// +// This files describes the defintions of the microMIPSr3 instructions. +// +//===----------------------------------------------------------------------===// + def addrimm11 : ComplexPattern; def addrimm12 : ComplexPattern; def addrimm16 : ComplexPattern;