X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FSupport%2FMD5.h;h=f6e1e92c9fa82020862514ab2cb4977fbe671d17;hb=cd52a7a381a73c53ec4ef517ad87f19808cb1a28;hp=362871fd70dadc87eeb423b816bbd781d52e8a43;hpb=00e08fcaa02286dd7da9cf9a8d158545532ab832;p=oota-llvm.git diff --git a/include/llvm/Support/MD5.h b/include/llvm/Support/MD5.h index 362871fd70d..f6e1e92c9fa 100644 --- a/include/llvm/Support/MD5.h +++ b/include/llvm/Support/MD5.h @@ -55,11 +55,11 @@ public: void update(StringRef Str); /// \brief Finishes off the hash and puts the result in result. - void final(MD5Result &result); + void final(MD5Result &Result); /// \brief Translates the bytes in \p Res to a hex string that is /// deposited into \p Str. The result will be of length 32. - static void stringifyResult(MD5Result &Res, SmallString<32> &Str); + static void stringifyResult(MD5Result &Result, SmallString<32> &Str); private: const uint8_t *body(ArrayRef Data);