Skip to content

Commit 48b7e71

Browse files
darkbucksivan-shani
authored andcommitted
[CodeGen] Remove two dead pass initializer decls. NFC
- After llvm#97727 and llvm#101652, `LowerConstantIntrinsics` and `ExpandVectorPredicationPass` are no longer dedicated passes.
1 parent d711502 commit 48b7e71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/include/llvm/InitializePasses.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ void initializeExpandMemCmpLegacyPassPass(PassRegistry &);
111111
void initializeExpandPostRAPass(PassRegistry &);
112112
void initializeExpandReductionsPass(PassRegistry &);
113113
void initializeExpandVariadicsPass(PassRegistry &);
114-
void initializeExpandVectorPredicationPass(PassRegistry &);
115114
void initializeExternalAAWrapperPassPass(PassRegistry &);
116115
void initializeFEntryInserterPass(PassRegistry &);
117116
void initializeFinalizeISelPass(PassRegistry &);
@@ -174,7 +173,6 @@ void initializeLoopStrengthReducePass(PassRegistry &);
174173
void initializeLoopTermFoldPass(PassRegistry &);
175174
void initializeLoopUnrollPass(PassRegistry &);
176175
void initializeLowerAtomicLegacyPassPass(PassRegistry &);
177-
void initializeLowerConstantIntrinsicsPass(PassRegistry &);
178176
void initializeLowerEmuTLSPass(PassRegistry &);
179177
void initializeLowerGlobalDtorsLegacyPassPass(PassRegistry &);
180178
void initializeLowerIntrinsicsPass(PassRegistry &);

0 commit comments

Comments
 (0)