[ScopInfo] Pass name to ScopStmt ctor. NFC.
commitcb771fc5146275f9bba7e446895f6e8b322fd3cd
authorMichael Kruse <llvm@meinersbur.de>
Thu, 18 Jan 2018 15:15:38 +0000 (18 15:15 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Thu, 18 Jan 2018 15:15:38 +0000 (18 15:15 +0000)
tree1c9a1eb00b2e5b33924a2260a83c095c51082270
parent7bdf7600114305ab98cd6b2e230a75b5eb93734f
[ScopInfo] Pass name to ScopStmt ctor. NFC.

This will give control of the statement's name to the caller.
Required to give -polly-stmt-granularity=scalar-indep more control
over the name of the generated statement in a follow-up commit.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@322851 91177308-0d34-0410-b5e6-96231b3b80d8
include/polly/ScopInfo.h
lib/Analysis/ScopBuilder.cpp
lib/Analysis/ScopInfo.cpp