Test commit: minor formatting

llvm-svn: 206264
This commit is contained in:
Fraser Cormack 2014-04-15 08:59:09 +00:00
parent 20fd3c6ff7
commit 111023cdc6
1 changed files with 1 additions and 2 deletions

View File

@ -256,8 +256,7 @@ DSAStackTy::isOpenMPLocal(VarDecl *D, StackTy::reverse_iterator Iter) {
if (Stack.size() > 2) {
reverse_iterator I = Iter, E = Stack.rend() - 1;
Scope *TopScope = 0;
while (I != E &&
I->Directive != OMPD_parallel) {
while (I != E && I->Directive != OMPD_parallel) {
++I;
}
if (I == E) return false;