[PATCH] D79961: [PGO] Fix computation of fuction Hash
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 17 12:15:15 PDT 2020
MaskRay added inline comments.
================
Comment at: clang/lib/CodeGen/CodeGenPGO.cpp:759
MD5.final(Result);
using namespace llvm::support;
return Result.low();
----------------
Can the using be deleted?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79961/new/
https://reviews.llvm.org/D79961
More information about the cfe-commits
mailing list