Skip to content

Commit

Permalink
FIX: Remove unused private data member HasWholeProgramVisibility in…
Browse files Browse the repository at this point in the history
… `AMDGPU.h`
  • Loading branch information
shiltian committed Aug 10, 2024
1 parent 786c409 commit 23c8128
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llvm/lib/Target/AMDGPU/AMDGPU.h
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,6 @@ class AMDGPUAttributorPass : public PassInfoMixin<AMDGPUAttributorPass> {

AMDGPUAttributorOptions Options;

/// Asserts whether we can assume whole program visibility.
bool HasWholeProgramVisibility = false;

public:
AMDGPUAttributorPass(TargetMachine &TM, AMDGPUAttributorOptions Options = {})
: TM(TM), Options(Options) {};
Expand Down

0 comments on commit 23c8128

Please sign in to comment.