diff options
Diffstat (limited to 'test/CodeGen/AMDGPU/store-barrier.ll')
-rw-r--r-- | test/CodeGen/AMDGPU/store-barrier.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/AMDGPU/store-barrier.ll b/test/CodeGen/AMDGPU/store-barrier.ll index 4a72b4d090ad..ba4049f28a6e 100644 --- a/test/CodeGen/AMDGPU/store-barrier.ll +++ b/test/CodeGen/AMDGPU/store-barrier.ll @@ -36,7 +36,7 @@ bb: ret void } -; Function Attrs: noduplicate nounwind +; Function Attrs: convergent nounwind declare void @llvm.AMDGPU.barrier.local() #2 -attributes #2 = { noduplicate nounwind } +attributes #2 = { convergent nounwind } |