diff options
| author | Artem Belevich <tra@google.com> | 2018-04-11 17:51:33 +0000 |
|---|---|---|
| committer | Artem Belevich <tra@google.com> | 2018-04-11 17:51:33 +0000 |
| commit | 2f8efcf3ca05ec666a7ee51651c94f498b65d425 (patch) | |
| tree | b5fbd5b5097af2f41a3c23a909ce916ca26b7a20 /llvm/test | |
| parent | 24e8a680e545dbdef3483bbf4ab47a05b14ab529 (diff) | |
| download | bcm5719-llvm-2f8efcf3ca05ec666a7ee51651c94f498b65d425.tar.gz bcm5719-llvm-2f8efcf3ca05ec666a7ee51651c94f498b65d425.zip | |
[NVPTX] Removed 'satom' feature which is no longer used.
Differential Revision: https://reviews.llvm.org/D45061
llvm-svn: 329830
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/DebugInfo/NVPTX/debug-info.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/NVPTX/debug-info.ll b/llvm/test/DebugInfo/NVPTX/debug-info.ll index 2b10f7f521d..ef8e843e501 100644 --- a/llvm/test/DebugInfo/NVPTX/debug-info.ll +++ b/llvm/test/DebugInfo/NVPTX/debug-info.ll @@ -111,7 +111,7 @@ declare i32 @llvm.nvvm.read.ptx.sreg.tid.x() #1 ; Function Attrs: nounwind readnone speculatable declare void @llvm.dbg.value(metadata, metadata, metadata) #2 -attributes #0 = { nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="sm_20" "target-features"="+ptx42,-satom" "unsafe-fp-math"="false" "use-soft-float"="false" } +attributes #0 = { nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="sm_20" "target-features"="+ptx42" "unsafe-fp-math"="false" "use-soft-float"="false" } attributes #1 = { nounwind readnone } attributes #2 = { nounwind readnone speculatable } attributes #3 = { nounwind } |

