forked from OSchip/llvm-project
Fix a C&P error in r195021 (65a950abab3cb8435ccb2646ac4773986c995c81)
Patch by: Kai Wasserbäch Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org> llvm-svn: 195898
This commit is contained in:
parent
297a1381ad
commit
8bb6cb8009
|
@ -1,2 +1,2 @@
|
|||
_CLC_OVERLOAD _CLC_DECL int atom_add(global int *p);
|
||||
_CLC_OVERLOAD _CLC_DECL unsigned int atom_add(global unsigned int *p);
|
||||
_CLC_OVERLOAD _CLC_DECL int atom_dec(global int *p);
|
||||
_CLC_OVERLOAD _CLC_DECL unsigned int atom_dec(global unsigned int *p);
|
||||
|
|
Loading…
Reference in New Issue