diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-07-22 00:52:55 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-07-22 00:52:55 +0000 |
commit | da6365f4edbd820dbb104967077a0bc44a53c411 (patch) | |
tree | 8ce123549cf5ed0b050fd058e255b1879b27ceb9 | |
parent | 4e155170e88a3cf81aa6b966d3b3c71d4819e6c4 (diff) | |
download | bcm5719-llvm-da6365f4edbd820dbb104967077a0bc44a53c411.tar.gz bcm5719-llvm-da6365f4edbd820dbb104967077a0bc44a53c411.zip |
Added missing - in the header of PrologEpilogInserter.h so that editors properly realize it is a c++ header and not a c header.
llvm-svn: 186801
-rw-r--r-- | llvm/lib/CodeGen/PrologEpilogInserter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PrologEpilogInserter.h b/llvm/lib/CodeGen/PrologEpilogInserter.h index 125b9b4ad7a..50f4daf7335 100644 --- a/llvm/lib/CodeGen/PrologEpilogInserter.h +++ b/llvm/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 // |