[llvm] r185963 - Added "mode: c++" to FastISel.h header.

Nick Lewycky nicholas at mxc.ca
Wed Jul 10 11:15:07 PDT 2013


Michael Gottesman wrote:
> Author: mgottesman
> Date: Tue Jul  9 15:00:25 2013
> New Revision: 185963
>
> URL: http://llvm.org/viewvc/llvm-project?rev=185963&view=rev
> Log:
> Added "mode: c++" to FastISel.h header.

The canonical mode marker in llvm is "-*- C++ -*-".

> Modified:
>      llvm/trunk/include/llvm/CodeGen/FastISel.h
>
> Modified: llvm/trunk/include/llvm/CodeGen/FastISel.h
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/FastISel.h?rev=185963&r1=185962&r2=185963&view=diff
> ==============================================================================
> --- llvm/trunk/include/llvm/CodeGen/FastISel.h (original)
> +++ llvm/trunk/include/llvm/CodeGen/FastISel.h Tue Jul  9 15:00:25 2013
> @@ -1,4 +1,4 @@
> -//===-- FastISel.h - Definition of the FastISel class ---------------------===//
> +//===-- FastISel.h - Definition of the FastISel class ---*- mode: c++; -*--===//
>   //
>   //                     The LLVM Compiler Infrastructure
>   //
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>




More information about the llvm-commits mailing list