summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2014-01-06 01:37:13 +0000
committerTobias Grosser <tobias@grosser.es>2014-01-06 01:37:13 +0000
commit63c6b45a5aa86e8279b1582ef79416a59cec3ab0 (patch)
tree8fae1eca40e86fbcfcf5c184f946a2b1cab6d089
parentb73aeca888eb0783e9e8dc2612a58ce407b91bfa (diff)
downloadbcm5719-llvm-63c6b45a5aa86e8279b1582ef79416a59cec3ab0.tar.gz
bcm5719-llvm-63c6b45a5aa86e8279b1582ef79416a59cec3ab0.zip
Temporarily reformat Polly to silence buildbots
We may revert this depending on how the current discussion on llvm-commits ends. llvm-svn: 198581
-rw-r--r--[-rwxr-xr-x]polly/include/polly/ScopInfo.h6
-rw-r--r--polly/lib/Analysis/Dependences.cpp5
2 files changed, 2 insertions, 9 deletions
diff --git a/polly/include/polly/ScopInfo.h b/polly/include/polly/ScopInfo.h
index e4062222b94..1cecd52a57e 100755..100644
--- a/polly/include/polly/ScopInfo.h
+++ b/polly/include/polly/ScopInfo.h
@@ -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;
diff --git a/polly/lib/Analysis/Dependences.cpp b/polly/lib/Analysis/Dependences.cpp
index 39c3fb60113..3b1af7ee9f8 100644
--- a/polly/lib/Analysis/Dependences.cpp
+++ b/polly/lib/Analysis/Dependences.cpp
@@ -41,10 +41,7 @@ LegalityCheckDisabled("disable-polly-legality",
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",
OpenPOWER on IntegriCloud