Test commit.

llvm-svn: 247503
This commit is contained in:
Kelvin Li 2015-09-12 13:35:31 +00:00
parent 8ee50e9cff
commit bc9c327f3f
1 changed files with 0 additions and 1 deletions

View File

@ -7193,6 +7193,5 @@ OMPClause *Sema::ActOnOpenMPDeviceClause(Expr *Device, SourceLocation StartLoc,
return nullptr;
}
}
return new (Context) OMPDeviceClause(ValExpr, StartLoc, LParenLoc, EndLoc);
}