Skip to content

Commit 8e94c09

Browse files
committed
also update the pass description
1 parent 379d1bc commit 8e94c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/DXILResource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ void DXILResourceWrapperPass::dump() const { print(dbgs(), nullptr); }
946946
#endif
947947

948948
INITIALIZE_PASS(DXILResourceWrapperPass, "dxil-resources",
949-
"DXIL Resource Binding Analysis", false, true)
949+
"DXIL Resources Analysis", false, true)
950950
char DXILResourceWrapperPass::ID = 0;
951951

952952
ModulePass *llvm::createDXILResourceWrapperPassPass() {

0 commit comments

Comments
 (0)