We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010c535 commit 2385cefCopy full SHA for 2385cef
llvm/include/llvm/Analysis/DXILResource.h
@@ -451,8 +451,7 @@ class DXILBindingMap {
451
/// ambiguous so multiple creation instructions may be returned. The resulting
452
/// ResourceBindingInfo can be used to depuplicate unique handles that
453
/// reference the same resource
454
- SmallVector<dxil::ResourceBindingInfo>
455
- findByUse(const Value *Key) const;
+ SmallVector<dxil::ResourceBindingInfo> findByUse(const Value *Key) const;
456
457
const_iterator find(const CallInst *Key) const {
458
auto Pos = CallMap.find(Key);
0 commit comments