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/lib/Target/NVPTX/NVPTXSubtarget.h | |
| 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/lib/Target/NVPTX/NVPTXSubtarget.h')
| -rw-r--r-- | llvm/lib/Target/NVPTX/NVPTXSubtarget.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/NVPTX/NVPTXSubtarget.h b/llvm/lib/Target/NVPTX/NVPTXSubtarget.h index aa57e3e51ed..fa35673bbbb 100644 --- a/llvm/lib/Target/NVPTX/NVPTXSubtarget.h +++ b/llvm/lib/Target/NVPTX/NVPTXSubtarget.h @@ -48,10 +48,6 @@ class NVPTXSubtarget : public NVPTXGenSubtargetInfo { // FrameLowering class because TargetFrameLowering is abstract. NVPTXFrameLowering FrameLowering; -protected: - // Processor supports scoped atomic operations. - bool HasAtomScope; - public: /// This constructor initializes the data members to match that /// of the specified module. |

