From: Michael Gottesman Date: Mon, 22 Jul 2013 00:52:55 +0000 (+0000) Subject: Added missing - in the header of PrologEpilogInserter.h so that editors properly... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6db0dea22585a1b7577f24a97e60769e65e0a342;p=oota-llvm.git Added missing - in the header of PrologEpilogInserter.h so that editors properly realize it is a c++ header and not a c header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186801 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/PrologEpilogInserter.h b/lib/CodeGen/PrologEpilogInserter.h index 125b9b4ad7a..50f4daf7335 100644 --- a/lib/CodeGen/PrologEpilogInserter.h +++ b/lib/CodeGen/PrologEpilogInserter.h @@ -1,4 +1,4 @@ -//===-- PrologEpilogInserter.h - Prolog/Epilog code insertion -*- C++ -* --===// +//===-- PrologEpilogInserter.h - Prolog/Epilog code insertion -*- C++ -*---===// // // The LLVM Compiler Infrastructure //