forked from OSchip/llvm-project
parent
8ee50e9cff
commit
bc9c327f3f
|
@ -7193,6 +7193,5 @@ OMPClause *Sema::ActOnOpenMPDeviceClause(Expr *Device, SourceLocation StartLoc,
|
|||
return nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
return new (Context) OMPDeviceClause(ValExpr, StartLoc, LParenLoc, EndLoc);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue