Eli Bendersky | 2281ef9 | 2014-03-18 23:51:07 +0000 | [diff] [blame] | 1 | ; 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 | |||||
6 | declare void @llvm.cuda.syncthreads() | ||||
7 | |||||
8 | ; CHECK: declare void @llvm.cuda.syncthreads() #[[ATTRNUM:[0-9]+]] | ||||
9 | ; CHECK: attributes #[[ATTRNUM]] = { noduplicate nounwind } |