From: Simon Dardis Date: Fri, 15 Jun 2018 13:29:35 +0000 (+0000) Subject: [mips] Add licensing information of the microMIPS tablegen files. (NFC) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98b9849d347915b70a9d8a53838356d3341231d3;p=platform%2Fupstream%2Fllvm.git [mips] Add licensing information of the microMIPS tablegen files. (NFC) llvm-svn: 334827 --- diff --git a/llvm/lib/Target/Mips/MicroMipsInstrFormats.td b/llvm/lib/Target/Mips/MicroMipsInstrFormats.td index c1ba4df..a9c53e0 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 f4dbd17..e07d186 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;