[ScopInfo] Pass name to ScopStmt ctor. NFC.
authorMichael Kruse <llvm@meinersbur.de>
Thu, 18 Jan 2018 15:15:38 +0000 (15:15 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Thu, 18 Jan 2018 15:15:38 +0000 (15:15 +0000)
commitd6e2208671c779f9b55ab888c18d803090ea08b7
tree06fead053dee5d6a631eccd591135afceed1d503
parent768efb5379178d094feeae0eec55c6a40170d070
[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.

llvm-svn: 322851
polly/include/polly/ScopInfo.h
polly/lib/Analysis/ScopBuilder.cpp
polly/lib/Analysis/ScopInfo.cpp