diff options
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h')
| -rw-r--r-- | llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h b/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h index 789fd2af4b9..0002e8e51be 100644 --- a/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h +++ b/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h @@ -295,8 +295,6 @@ protected: bool HasApertureRegs; bool EnableXNACK; bool TrapHandler; - bool DebuggerInsertNops; - bool DebuggerEmitPrologue; // Used as options. bool EnableHugePrivateBuffer; @@ -791,18 +789,6 @@ public: return EnableSIScheduler; } - bool debuggerSupported() const { - return debuggerInsertNops() && debuggerEmitPrologue(); - } - - bool debuggerInsertNops() const { - return DebuggerInsertNops; - } - - bool debuggerEmitPrologue() const { - return DebuggerEmitPrologue; - } - bool loadStoreOptEnabled() const { return EnableLoadStoreOpt; } |

