diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/ds_read2.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/ds_read2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/ds_read2.ll b/llvm/test/CodeGen/AMDGPU/ds_read2.ll index 8e2facf9fd0..6e30cff9609 100644 --- a/llvm/test/CodeGen/AMDGPU/ds_read2.ll +++ b/llvm/test/CodeGen/AMDGPU/ds_read2.ll @@ -508,6 +508,6 @@ declare i32 @llvm.amdgcn.workitem.id.y() #1 ; Function Attrs: convergent nounwind declare void @llvm.amdgcn.s.barrier() #2 -attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-realign-stack" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" } +attributes #0 = { nounwind } attributes #1 = { nounwind readnone } attributes #2 = { convergent nounwind } |