Skip to content

Commit 109f2f0

Browse files
committed
AMDGPU/NewPM: Initialize class member
After #102654
1 parent 165f453 commit 109f2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class AMDGPUAnnotateUniformValues
3333
MemorySSA *MSSA;
3434
AliasAnalysis *AA;
3535
bool isEntryFunc;
36-
bool Changed;
36+
bool Changed = false;
3737

3838
void setUniformMetadata(Instruction *I) {
3939
I->setMetadata("amdgpu.uniform", MDNode::get(I->getContext(), {}));

0 commit comments

Comments
 (0)