[polly] r231355 - Fix leftover Dependences.cpp -> DependenceInfo.cpp

Tobias Grosser tobias at grosser.es
Wed Mar 4 22:52:42 PST 2015


Author: grosser
Date: Thu Mar  5 00:52:42 2015
New Revision: 231355

URL: http://llvm.org/viewvc/llvm-project?rev=231355&view=rev
Log:
Fix leftover Dependences.cpp -> DependenceInfo.cpp

Modified:
    polly/trunk/include/polly/DependenceInfo.h
    polly/trunk/lib/Analysis/DependenceInfo.cpp

Modified: polly/trunk/include/polly/DependenceInfo.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/DependenceInfo.h?rev=231355&r1=231354&r2=231355&view=diff
==============================================================================
--- polly/trunk/include/polly/DependenceInfo.h (original)
+++ polly/trunk/include/polly/DependenceInfo.h Thu Mar  5 00:52:42 2015
@@ -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"
 

Modified: polly/trunk/lib/Analysis/DependenceInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/DependenceInfo.cpp?rev=231355&r1=231354&r2=231355&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/DependenceInfo.cpp (original)
+++ polly/trunk/lib/Analysis/DependenceInfo.cpp Thu Mar  5 00:52:42 2015
@@ -1,4 +1,4 @@
-//===- Dependences.cpp - Calculate dependency information for a Scop. -----===//
+//===- DependenceInfo.cpp - Calculate dependency information for a Scop. --===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the llvm-commits mailing list