File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -451,7 +451,8 @@ class DXILBindingMap {
451
451
// / ambiguous so mulitple creation instructions may be returned. The resulting
452
452
// / ResourceBindingInfo can be used to depuplicate unique handles that
453
453
// / reference the same resource
454
- SmallVector<dxil::ResourceBindingInfo> findCreationInfo (const Value *Key) const ;
454
+ SmallVector<dxil::ResourceBindingInfo>
455
+ findCreationInfo (const Value *Key) const ;
455
456
456
457
const_iterator find (const CallInst *Key) const {
457
458
auto Pos = CallMap.find (Key);
Original file line number Diff line number Diff line change @@ -790,7 +790,7 @@ DXILBindingMap::findCreationInfo(const Value *Key) const {
790
790
const auto *It = find (CI);
791
791
assert (It != Infos.end () && " HandleFromBinding must be in resource map" );
792
792
return {*It};
793
- }
793
+ }
794
794
default :
795
795
break ;
796
796
}
You can’t perform that action at this time.
0 commit comments