[llvm] r185963 - Added "mode: c++" to FastISel.h header.
Michael Gottesman
mgottesman at apple.com
Tue Jul 9 13:00:25 PDT 2013
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.
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
//
More information about the llvm-commits
mailing list