Skip to content

Commit 098431a

Browse files
Update llvm/include/llvm/Pass.h
Co-authored-by: Nikita Popov <[email protected]>
1 parent 8282416 commit 098431a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Pass.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class LLVM_ABI Pass {
115115
virtual StringRef getPassName() const;
116116

117117
/// Return a nice clean name for a pass
118-
/// corresponding to that used to enable the pass in opt
118+
/// corresponding to that used to enable the pass in opt.
119119
StringRef getPassArgument() const;
120120

121121
/// getPassID - Return the PassID number that corresponds to this pass.

0 commit comments

Comments
 (0)