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
This commit is contained in:
Michael Gottesman 2013-07-22 00:52:55 +00:00
parent 72c8331ec1
commit 6db0dea225

View File

@ -1,4 +1,4 @@
//===-- PrologEpilogInserter.h - Prolog/Epilog code insertion -*- C++ -* --===//
//===-- PrologEpilogInserter.h - Prolog/Epilog code insertion -*- C++ -*---===//
//
// The LLVM Compiler Infrastructure
//