summaryrefslogtreecommitdiff
path: root/lib/CodeGen/PrologEpilogInserter.h
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-07-22 00:52:55 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-07-22 00:52:55 +0000
commit6db0dea22585a1b7577f24a97e60769e65e0a342 (patch)
tree1b15a8f2562a38d9afcf0e4c4724e57e640322b6 /lib/CodeGen/PrologEpilogInserter.h
parent72c8331ec1437f8c33fff1dac1ea0ebb11009411 (diff)
downloadllvm-6db0dea22585a1b7577f24a97e60769e65e0a342.tar.gz
llvm-6db0dea22585a1b7577f24a97e60769e65e0a342.tar.bz2
llvm-6db0dea22585a1b7577f24a97e60769e65e0a342.tar.xz
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
Diffstat (limited to 'lib/CodeGen/PrologEpilogInserter.h')
-rw-r--r--lib/CodeGen/PrologEpilogInserter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/PrologEpilogInserter.h b/lib/CodeGen/PrologEpilogInserter.h
index 125b9b4ad7..50f4daf733 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
//