diff options
author | Tobias Grosser <tobias@grosser.es> | 2014-11-21 19:39:38 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2014-11-21 19:39:38 +0000 |
commit | 983997ff6a0aed327bfcbeeb3f03038ec05151b5 (patch) | |
tree | 9d62f1b9b96c08e6a071b86f18e8f64272f52b62 | |
parent | c98ec0e70ae65654a9c6160b9131073717e55405 (diff) | |
download | bcm5719-llvm-983997ff6a0aed327bfcbeeb3f03038ec05151b5.tar.gz bcm5719-llvm-983997ff6a0aed327bfcbeeb3f03038ec05151b5.zip |
Fix typo
llvm-svn: 222559
-rw-r--r-- | polly/lib/Analysis/Dependences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Analysis/Dependences.cpp b/polly/lib/Analysis/Dependences.cpp index 9e93da426fe..f8e9658ecf8 100644 --- a/polly/lib/Analysis/Dependences.cpp +++ b/polly/lib/Analysis/Dependences.cpp @@ -1,4 +1,4 @@ -//===- Dependency.cpp - Calculate dependency information for a Scop. -----===// +//===- Dependences.cpp - Calculate dependency information for a Scop. -----===// // // The LLVM Compiler Infrastructure // |