aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/Support/MD5.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Support/MD5.h')
-rw-r--r--llvm/include/llvm/Support/MD5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/MD5.h b/llvm/include/llvm/Support/MD5.h
index 3b960cd4fd88..70d046601346 100644
--- a/llvm/include/llvm/Support/MD5.h
+++ b/llvm/include/llvm/Support/MD5.h
@@ -88,7 +88,7 @@ public:
/// 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 &Result, SmallString<32> &Str);
+ static void stringifyResult(MD5Result &Result, SmallVectorImpl<char> &Str);
/// Computes the hash for a given bytes.
static std::array<uint8_t, 16> hash(ArrayRef<uint8_t> Data);