remove WIP code

This commit is contained in:
vanhauser-thc
2022-04-18 13:16:10 +02:00
parent 1d00bde6c5
commit 4f42ecd815
4 changed files with 5 additions and 82 deletions

View File

@ -761,8 +761,6 @@ bool CmpLogRoutines::runOnModule(Module &M) {
#endif
verifyModule(M);
fprintf(stderr, "done cmplog-routines-pass\n");
#if LLVM_VERSION_MAJOR >= 11 /* use new pass manager */
return PA;
#else