diff options
| -rw-r--r-- | polly/include/polly/DependenceInfo.h | 4 | ||||
| -rw-r--r-- | polly/lib/Analysis/DependenceInfo.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/polly/include/polly/DependenceInfo.h b/polly/include/polly/DependenceInfo.h index 8b93767519e..757b17c47ad 100644 --- a/polly/include/polly/DependenceInfo.h +++ b/polly/include/polly/DependenceInfo.h @@ -20,8 +20,8 @@ // //===----------------------------------------------------------------------===// -#ifndef POLLY_DEPENDENCES_H -#define POLLY_DEPENDENCES_H +#ifndef POLLY_DEPENDENCE_INFO_H +#define POLLY_DEPENDENCE_INFO_H #include "polly/ScopPass.h" diff --git a/polly/lib/Analysis/DependenceInfo.cpp b/polly/lib/Analysis/DependenceInfo.cpp index f7936c6c87c..1d83dba5631 100644 --- a/polly/lib/Analysis/DependenceInfo.cpp +++ b/polly/lib/Analysis/DependenceInfo.cpp @@ -1,4 +1,4 @@ -//===- Dependences.cpp - Calculate dependency information for a Scop. -----===// +//===- DependenceInfo.cpp - Calculate dependency information for a Scop. --===// // // The LLVM Compiler Infrastructure // |

