Skip to content

Commit 5dd2b64

Browse files
simollllvm-beanz
andauthored
Update lib/DXIL/DxilResourceProperties.cpp
Co-authored-by: Chris B <[email protected]>
1 parent 12f99b0 commit 5dd2b64

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/DXIL/DxilResourceProperties.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,8 @@ DxilResourceProperties tryMergeProps(DxilResourceProperties curProps,
235235
prevProps.Basic.IsGloballyCoherent) {
236236
curProps.Basic.IsGloballyCoherent = prevProps.Basic.IsGloballyCoherent;
237237
}
238-
if (curProps.Basic.IsReorderCoherent != prevProps.Basic.IsReorderCoherent) {
238+
if (curProps.Basic.IsReorderCoherent != prevProps.Basic.IsReorderCoherent)
239239
curProps.Basic.IsReorderCoherent = prevProps.Basic.IsReorderCoherent;
240-
}
241240
}
242241

243242
if (curProps.Basic.ResourceKind == (uint8_t)DXIL::ResourceKind::CBuffer) {

0 commit comments

Comments
 (0)