Skip to content

Commit 305a0f5

Browse files
committed
fixup: add comment
1 parent 263e8b6 commit 305a0f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/include/llvm/Analysis/DXILResource.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,8 @@ class DXILResourceTypeAnalysis
407407
using Result = DXILResourceTypeMap;
408408

409409
DXILResourceTypeMap run(Module &M, ModuleAnalysisManager &AM) {
410+
// Running the pass just generates an empty map, which will be filled when
411+
// users of the pass query the results.
410412
return Result();
411413
}
412414
};

0 commit comments

Comments
 (0)