vsk added inline comments. ================ Comment at: tools/opt/opt.cpp:298 + + bool run(Module &M) { + return super::run(M); ---------------- You don't need to define this function either. Repository: rL LLVM https://reviews.llvm.org/D46525