Fix formatting

llvm-svn: 201816
This commit is contained in:
Tobias Grosser 2014-02-20 21:43:45 +00:00
parent d6aafa7c2e
commit 3fc9154c40
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ void ScopStmt::buildAccesses(TempScop &tempScop, const Region &CurRegion) {
// as a single instruction could then possibly perform multiple accesses.
if (!I->first.isScalar()) {
assert(!InstructionToAccess.count(I->second) &&
"Unexpected 1-to-N mapping on instruction to access map!");
"Unexpected 1-to-N mapping on instruction to access map!");
InstructionToAccess[I->second] = MemAccs.back();
}
}