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

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 13:44:26 PDT 2016


On Wed, Jun 8, 2016 at 6:19 AM Vasileios Kalintiris via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> 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
> --------------------===//
>


Typo.


> +//
> +// 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"
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160608/bc6d1f41/attachment.html>


More information about the llvm-commits mailing list