blob: 9a2b0aba5bd4862e56efde8165ca3996d48b30e7 [file] [log] [blame]
Eli Bendersky2281ef92014-03-18 23:51:07 +00001; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2
3; Make sure LLVM knows about the noduplicate attribute on the
4; llvm.cuda.syncthreads intrinsic.
5
6declare void @llvm.cuda.syncthreads()
7
8; CHECK: declare void @llvm.cuda.syncthreads() #[[ATTRNUM:[0-9]+]]
9; CHECK: attributes #[[ATTRNUM]] = { noduplicate nounwind }