[polly] r198581 - Temporarily reformat Polly to silence buildbots

Tobias Grosser tobias at grosser.es
Sun Jan 5 17:37:13 PST 2014


Author: grosser
Date: Sun Jan  5 19:37:13 2014
New Revision: 198581

URL: http://llvm.org/viewvc/llvm-project?rev=198581&view=rev
Log:
Temporarily reformat Polly to silence buildbots

We may revert this depending on how the current discussion on llvm-commits
ends.

Modified:
    polly/trunk/include/polly/ScopInfo.h   (contents, props changed)
    polly/trunk/lib/Analysis/Dependences.cpp

Modified: polly/trunk/include/polly/ScopInfo.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/ScopInfo.h?rev=198581&r1=198580&r2=198581&view=diff
==============================================================================
--- polly/trunk/include/polly/ScopInfo.h (original)
+++ polly/trunk/include/polly/ScopInfo.h Sun Jan  5 19:37:13 2014
@@ -81,11 +81,7 @@ public:
   /// A certain set of memory locations may be written. The memory location may
   /// contain a new value if there is actually a write or the old value may
   /// remain, if no write happens.
-  enum AccessType {
-    READ,
-    MUST_WRITE,
-    MAY_WRITE
-  };
+  enum AccessType { READ, MUST_WRITE, MAY_WRITE };
 
 private:
   MemoryAccess(const MemoryAccess &) LLVM_DELETED_FUNCTION;

Propchange: polly/trunk/include/polly/ScopInfo.h
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable (removed)
@@ -1 +0,0 @@
-*

Modified: polly/trunk/lib/Analysis/Dependences.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/Dependences.cpp?rev=198581&r1=198580&r2=198581&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/Dependences.cpp (original)
+++ polly/trunk/lib/Analysis/Dependences.cpp Sun Jan  5 19:37:13 2014
@@ -41,10 +41,7 @@ LegalityCheckDisabled("disable-polly-leg
                       cl::desc("Disable polly legality check"), cl::Hidden,
                       cl::init(false), cl::cat(PollyCategory));
 
-enum AnalysisType {
-  VALUE_BASED_ANALYSIS,
-  MEMORY_BASED_ANALYSIS
-};
+enum AnalysisType { VALUE_BASED_ANALYSIS, MEMORY_BASED_ANALYSIS };
 
 static cl::opt<enum AnalysisType> OptAnalysisType(
     "polly-dependences-analysis-type",





More information about the llvm-commits mailing list