Skip to content

Commit 2385cef

Browse files
committed
format
1 parent 010c535 commit 2385cef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/include/llvm/Analysis/DXILResource.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,7 @@ class DXILBindingMap {
451451
/// ambiguous so multiple creation instructions may be returned. The resulting
452452
/// ResourceBindingInfo can be used to depuplicate unique handles that
453453
/// reference the same resource
454-
SmallVector<dxil::ResourceBindingInfo>
455-
findByUse(const Value *Key) const;
454+
SmallVector<dxil::ResourceBindingInfo> findByUse(const Value *Key) const;
456455

457456
const_iterator find(const CallInst *Key) const {
458457
auto Pos = CallMap.find(Key);

0 commit comments

Comments
 (0)