diff options
| author | Michael Kruse <llvm@meinersbur.de> | 2017-03-10 00:36:54 +0000 |
|---|---|---|
| committer | Michael Kruse <llvm@meinersbur.de> | 2017-03-10 00:36:54 +0000 |
| commit | 0666a76aac01445f28f5d661d24c522128861ee2 (patch) | |
| tree | 7933ebf216b578cb3934d42c7944277580c295e5 | |
| parent | ae4772140fb9eb5c13386f5642bb78a700ba951e (diff) | |
| download | bcm5719-llvm-0666a76aac01445f28f5d661d24c522128861ee2.tar.gz bcm5719-llvm-0666a76aac01445f28f5d661d24c522128861ee2.zip | |
[Support] Correct filename in file head comment. NFC.
llvm-svn: 297430
| -rw-r--r-- | polly/include/polly/Support/DumpModulePass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/include/polly/Support/DumpModulePass.h b/polly/include/polly/Support/DumpModulePass.h index 1da94ba7fa1..9b16051fabd 100644 --- a/polly/include/polly/Support/DumpModulePass.h +++ b/polly/include/polly/Support/DumpModulePass.h @@ -1,4 +1,4 @@ -//===------ DumpModulePass.cpp ----------------------------------*- C++ -*-===// +//===------ DumpModulePass.h ------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |

