[llvm] r272138 - [mips] Add a proper file header in MipsFastISel.cpp

Vasileios Kalintiris via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 06:13:15 PDT 2016


Author: vkalintiris
Date: Wed Jun  8 08:13:15 2016
New Revision: 272138

URL: http://llvm.org/viewvc/llvm-project?rev=272138&view=rev
Log:
[mips] Add a proper file header in MipsFastISel.cpp

Modified:
    llvm/trunk/lib/Target/Mips/MipsFastISel.cpp

Modified: llvm/trunk/lib/Target/Mips/MipsFastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsFastISel.cpp?rev=272138&r1=272137&r2=272138&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsFastISel.cpp (original)
+++ llvm/trunk/lib/Target/Mips/MipsFastISel.cpp Wed Jun  8 08:13:15 2016
@@ -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"




More information about the llvm-commits mailing list