diff options
author | Vasileios Kalintiris <Vasileios.Kalintiris@imgtec.com> | 2016-06-08 13:13:15 +0000 |
---|---|---|
committer | Vasileios Kalintiris <Vasileios.Kalintiris@imgtec.com> | 2016-06-08 13:13:15 +0000 |
commit | a9e5154dc59c8a06523eb8c6c00168e11e166aca (patch) | |
tree | 9ded4848d1c958677bc8d80d9b9c1d79bc658275 | |
parent | 71a0a40b970c5bc8363989bde65ebcb2a3759e82 (diff) | |
download | bcm5719-llvm-a9e5154dc59c8a06523eb8c6c00168e11e166aca.tar.gz bcm5719-llvm-a9e5154dc59c8a06523eb8c6c00168e11e166aca.zip |
[mips] Add a proper file header in MipsFastISel.cpp
llvm-svn: 272138
-rw-r--r-- | llvm/lib/Target/Mips/MipsFastISel.cpp | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/MipsFastISel.cpp b/llvm/lib/Target/Mips/MipsFastISel.cpp index f8535290d3b..acb458d303a 100644 --- a/llvm/lib/Target/Mips/MipsFastISel.cpp +++ b/llvm/lib/Target/Mips/MipsFastISel.cpp @@ -1,5 +1,18 @@ -//===-- MipsastISel.cpp - Mips FastISel implementation -//---------------------===// +//===-- MipsastISel.cpp - Mips FastISel implementation --------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// +/// +/// \file +/// \brief This file defines the MIPS-specific support for the FastISel class. +/// Some of the target-specific code is generated by tablegen in the file +/// MipsGenFastISel.inc, which is #included here. +/// +//===----------------------------------------------------------------------===// #include "MipsCCState.h" #include "MipsInstrInfo.h" |