diff options
Diffstat (limited to 'test/CodeGen/NVPTX/noduplicate-syncthreads.ll')
-rw-r--r-- | test/CodeGen/NVPTX/noduplicate-syncthreads.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/NVPTX/noduplicate-syncthreads.ll b/test/CodeGen/NVPTX/noduplicate-syncthreads.ll index 64745fc..841bbc3 100644 --- a/test/CodeGen/NVPTX/noduplicate-syncthreads.ll +++ b/test/CodeGen/NVPTX/noduplicate-syncthreads.ll @@ -70,5 +70,5 @@ if.end17: ; preds = %if.else13, %if.then ; Function Attrs: noduplicate nounwind declare void @llvm.cuda.syncthreads() #2 -!0 = metadata !{void (float*)* @foo, metadata !"kernel", i32 1} -!1 = metadata !{null, metadata !"align", i32 8} +!0 = !{void (float*)* @foo, !"kernel", i32 1} +!1 = !{null, !"align", i32 8} |