AMDGPU/SI: Allow any number of PS inputs
[oota-llvm.git] / lib / Support / MD5.cpp
index 6ed81fbe49e09f00851165b1853ff23baf6f8533..ceab580984d436fb52a760609aea3f5568d0f64d 100644 (file)
@@ -283,4 +283,4 @@ void MD5::stringifyResult(MD5Result &Result, SmallString<32> &Str) {
     Res << format("%.2x", Result[i]);
 }
 
-} // namespace llvm
+}