leonardchan added inline comments.
================ Comment at: clang-tools-extra/clang-misexpect/ClangMisExpect.cpp:77 + break; + llvm_unreachable("Bad Profile Format given to clang-misexpect use one of " + "(clang, llvm, csllvm, sample)"); ---------------- Nit: llvm_unreackable is unneeded since you cover all `ProfileKind`s here. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D67253/new/ https://reviews.llvm.org/D67253 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits