Use inline variable declaration. NFC.

llvm-svn: 261788
This commit is contained in:
Michael Kruse 2016-02-24 22:08:08 +00:00
parent 264c3bc15a
commit 526fcf5f0d
1 changed files with 1 additions and 3 deletions

View File

@ -1279,9 +1279,7 @@ buildConditionSets(Scop &S, TerminatorInst *TI, Loop *L,
}
void ScopStmt::buildDomain() {
isl_id *Id;
Id = isl_id_alloc(getIslCtx(), getBaseName(), this);
isl_id *Id = isl_id_alloc(getIslCtx(), getBaseName(), this);
Domain = getParent()->getDomainConditions(this);
Domain = isl_set_set_tuple_id(Domain, Id);