[polly] 612c4bf - [Polly] Run polly-update-format after commit 55cfb1. NFC.
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 17 13:57:47 PST 2020
Author: Michael Kruse
Date: 2020-02-17T15:57:06-06:00
New Revision: 612c4bf09e014a110c722835d6158ea48ab94cce
URL: https://github.com/llvm/llvm-project/commit/612c4bf09e014a110c722835d6158ea48ab94cce
DIFF: https://github.com/llvm/llvm-project/commit/612c4bf09e014a110c722835d6158ea48ab94cce.diff
LOG: [Polly] Run polly-update-format after commit 55cfb1. NFC.
Added:
Modified:
polly/lib/Support/ScopHelper.cpp
Removed:
################################################################################
diff --git a/polly/lib/Support/ScopHelper.cpp b/polly/lib/Support/ScopHelper.cpp
index 0b8d24939298..8582f00e8fe7 100644
--- a/polly/lib/Support/ScopHelper.cpp
+++ b/polly/lib/Support/ScopHelper.cpp
@@ -243,8 +243,8 @@ struct ScopExpander : SCEVVisitor<ScopExpander, const SCEV *> {
explicit ScopExpander(const Region &R, ScalarEvolution &SE,
const DataLayout &DL, const char *Name, ValueMapT *VMap,
BasicBlock *RTCBB)
- : Expander(SE, DL, Name), SE(SE), Name(Name), R(R),
- VMap(VMap), RTCBB(RTCBB) {}
+ : Expander(SE, DL, Name), SE(SE), Name(Name), R(R), VMap(VMap),
+ RTCBB(RTCBB) {}
Value *expandCodeFor(const SCEV *E, Type *Ty, Instruction *I) {
// If we generate code in the region we will immediately fall back to the
More information about the llvm-commits
mailing list