[llvm] r186801 - Added missing - in the header of PrologEpilogInserter.h so that editors properly realize it is a c++ header and not a c header.

Michael Gottesman mgottesman at apple.com
Sun Jul 21 17:52:55 PDT 2013


Author: mgottesman
Date: Sun Jul 21 19:52:55 2013
New Revision: 186801

URL: http://llvm.org/viewvc/llvm-project?rev=186801&view=rev
Log:
Added missing - in the header of PrologEpilogInserter.h so that editors properly realize it is a c++ header and not a c header.

Modified:
    llvm/trunk/lib/CodeGen/PrologEpilogInserter.h

Modified: llvm/trunk/lib/CodeGen/PrologEpilogInserter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/PrologEpilogInserter.h?rev=186801&r1=186800&r2=186801&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/PrologEpilogInserter.h (original)
+++ llvm/trunk/lib/CodeGen/PrologEpilogInserter.h Sun Jul 21 19:52:55 2013
@@ -1,4 +1,4 @@
-//===-- PrologEpilogInserter.h - Prolog/Epilog code insertion -*- C++ -* --===//
+//===-- PrologEpilogInserter.h - Prolog/Epilog code insertion -*- C++ -*---===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the llvm-commits mailing list