Provide basic type safety for array_pod_sort comparators.
[oota-llvm.git] / include / llvm / Support / Compression.h
index 9b1142d035da2a2781da0a1e670d08acb9448807..bef9146d07dfc4dddd1307f26c4b0ac814088ab9 100644 (file)
@@ -50,6 +50,8 @@ Status uncompress(StringRef InputBuffer,
                   OwningPtr<MemoryBuffer> &UncompressedBuffer,
                   size_t UncompressedSize);
 
+uint32_t crc32(StringRef Buffer);
+
 }  // End of namespace zlib
 
 } // End of namespace llvm