Skip to content

Commit df3fe0d

Browse files
jayfoadarsenm
andauthored
Update llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
Co-authored-by: Matt Arsenault <[email protected]>
1 parent 318ebd5 commit df3fe0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ class AMDGPUCodeGenPrepareImpl
110110
const DominatorTree *DT;
111111
const UniformityInfo &UA;
112112
const DataLayout &DL;
113-
bool HasUnsafeFPMath;
114-
bool HasFP32DenormalFlush;
113+
const bool HasUnsafeFPMath;
114+
const bool HasFP32DenormalFlush;
115115
bool FlowChanged = false;
116116
mutable Function *SqrtF32 = nullptr;
117117
mutable Function *LdexpF32 = nullptr;

0 commit comments

Comments
 (0)