Skip to content

Commit

Permalink
[NVPTX] Fixed a typo in __nvvm_atom_min_gen_l() type string.
Browse files Browse the repository at this point in the history
Differential Revision: http://reviews.llvm.org/D10664

llvm-svn: 240659
  • Loading branch information
Artem-B committed Jun 25, 2015
1 parent 69e942a commit 5fbe3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Basic/BuiltinsNVPTX.def
Expand Up @@ -501,7 +501,7 @@ BUILTIN(__nvvm_atom_min_s_ui, "UiUiD*3Ui", "n")
BUILTIN(__nvvm_atom_min_gen_ui, "UiUiD*Ui", "n")
BUILTIN(__nvvm_atom_min_g_l, "LiLiD*1Li", "n")
BUILTIN(__nvvm_atom_min_s_l, "LiLiD*3Li", "n")
BUILTIN(__nvvm_atom_min_gen_l, "LiLi10D*Li", "n")
BUILTIN(__nvvm_atom_min_gen_l, "LiLiD*Li", "n")
BUILTIN(__nvvm_atom_min_g_ul, "ULiULiD*1ULi", "n")
BUILTIN(__nvvm_atom_min_s_ul, "ULiULiD*3ULi", "n")
BUILTIN(__nvvm_atom_min_gen_ul, "ULiULiD*ULi", "n")
Expand Down

0 comments on commit 5fbe3cc

Please sign in to comment.