Correct wrong comment in bug_nested_proxy_task.c

The nested proxy task does not have dependencies.

llvm-svn: 293472
This commit is contained in:
Jonas Hahnfeld 2017-01-30 09:51:02 +00:00
parent b9d6c10c2d
commit 479088eefa
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ int main()
{
/*
* Corresponds to:
#pragma omp target nowait depend(out: dep)
#pragma omp target nowait
{
my_sleep( 0.1 );
}