Skip to content

Commit dd56715

Browse files
committed
[NFC] Remove redundant InstCombinePass name
1 parent 0ef7e00 commit dd56715

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/include/llvm/Transforms/InstCombine/InstCombine.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ class InstCombinePass : public PassInfoMixin<InstCombinePass> {
2727
const unsigned MaxIterations;
2828

2929
public:
30-
static StringRef name() { return "InstCombinePass"; }
31-
3230
explicit InstCombinePass();
3331
explicit InstCombinePass(unsigned MaxIterations);
3432

0 commit comments

Comments
 (0)