[PATCH] D40791: [Polly] update to latest clang-format. [NFC]

Siddharth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 16:06:50 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL319718: Update to latest clang-format. [NFC] (authored by bollu).

Changed prior to commit:
  https://reviews.llvm.org/D40791?vs=125350&id=125439#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D40791

Files:
  polly/trunk/lib/Analysis/ScopDetection.cpp


Index: polly/trunk/lib/Analysis/ScopDetection.cpp
===================================================================
--- polly/trunk/lib/Analysis/ScopDetection.cpp
+++ polly/trunk/lib/Analysis/ScopDetection.cpp
@@ -1367,9 +1367,9 @@
   DEBUG(dbgs() << "\tExpanding " << R.getNameStr() << "\n");
 
   while (ExpandedRegion) {
-    const auto &It = DetectionContextMap.insert(
-        std::make_pair(getBBPairForRegion(ExpandedRegion.get()),
-                       DetectionContext(*ExpandedRegion, AA, false /*verifying*/)));
+    const auto &It = DetectionContextMap.insert(std::make_pair(
+        getBBPairForRegion(ExpandedRegion.get()),
+        DetectionContext(*ExpandedRegion, AA, false /*verifying*/)));
     DetectionContext &Context = It.first->second;
     DEBUG(dbgs() << "\t\tTrying " << ExpandedRegion->getNameStr() << "\n");
     // Only expand when we did not collect errors.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40791.125439.patch
Type: text/x-patch
Size: 895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171205/e4bea63f/attachment.bin>


More information about the llvm-commits mailing list