diff options
Diffstat (limited to 'llvm/lib/Target/NVPTX/NVPTXSection.h')
| -rw-r--r-- | llvm/lib/Target/NVPTX/NVPTXSection.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/NVPTX/NVPTXSection.h b/llvm/lib/Target/NVPTX/NVPTXSection.h index 6bb1e3dbb27..6b412b4a4c9 100644 --- a/llvm/lib/Target/NVPTX/NVPTXSection.h +++ b/llvm/lib/Target/NVPTX/NVPTXSection.h @@ -36,7 +36,6 @@ public: const MCExpr *Subsection) const override {} /// Base address of PTX sections is zero. - bool isBaseAddressKnownZero() const override { return true; } bool UseCodeAlign() const override { return false; } bool isVirtualSection() const override { return false; } }; |

