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:
Tom Stellard 2013-11-28 00:17:29 +00:00
parent 297a1381ad
commit 8bb6cb8009
1 changed files with 2 additions and 2 deletions

View File

@ -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);