summaryrefslogtreecommitdiffstats
path: root/polly/lib/Exchange
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2013-07-13 16:58:07 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2013-07-13 16:58:07 +0000
commitaef925e81f792eb5f9bac1b6579d814963a7d1a6 (patch)
treeb356c5370053bc726c2621e4cfe3f1d369cc1cca /polly/lib/Exchange
parentc74fcc9972bf3a71d23c3ec80caa38aebf23055c (diff)
downloadbcm5719-llvm-aef925e81f792eb5f9bac1b6579d814963a7d1a6.tar.gz
bcm5719-llvm-aef925e81f792eb5f9bac1b6579d814963a7d1a6.zip
Small style improvements
llvm-svn: 186248
Diffstat (limited to 'polly/lib/Exchange')
-rw-r--r--polly/lib/Exchange/JSONExporter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/Exchange/JSONExporter.cpp b/polly/lib/Exchange/JSONExporter.cpp
index a2664e2db31..f0488a0f218 100644
--- a/polly/lib/Exchange/JSONExporter.cpp
+++ b/polly/lib/Exchange/JSONExporter.cpp
@@ -262,8 +262,8 @@ bool JSONImporter::runOnScop(Scop &scop) {
for (ScopStmt::memacc_iterator MI = Stmt->memacc_begin(),
ME = Stmt->memacc_end();
MI != ME; ++MI) {
- Json::Value accesses = jscop["statements"][statementIdx]["accesses"][
- memoryAccessIdx]["relation"];
+ Json::Value accesses = jscop["statements"][statementIdx]["accesses"]
+ [memoryAccessIdx]["relation"];
isl_map *newAccessMap =
isl_map_read_from_str(S->getIslCtx(), accesses.asCString());
isl_map *currentAccessMap = (*MI)->getAccessRelation();
OpenPOWER on IntegriCloud