Skip to content

Commit 23c8128

Browse files
committed
FIX: Remove unused private data member HasWholeProgramVisibility in AMDGPU.h
1 parent 786c409 commit 23c8128

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/AMDGPU/AMDGPU.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,6 @@ class AMDGPUAttributorPass : public PassInfoMixin<AMDGPUAttributorPass> {
293293

294294
AMDGPUAttributorOptions Options;
295295

296-
/// Asserts whether we can assume whole program visibility.
297-
bool HasWholeProgramVisibility = false;
298-
299296
public:
300297
AMDGPUAttributorPass(TargetMachine &TM, AMDGPUAttributorOptions Options = {})
301298
: TM(TM), Options(Options) {};

0 commit comments

Comments
 (0)