git-clang-format r233603.
[oota-llvm.git] / lib / Bitcode / Reader / BitcodeReader.cpp
index 274b982283cdc5d7b9db88410a770fa826628339..09e3e75f99d7de744ce588a6b39bb2734f4fac4a 100644 (file)
@@ -2614,9 +2614,7 @@ std::error_code BitcodeReader::materializeMetadata() {
   return std::error_code();
 }
 
-void BitcodeReader::setStripDebugInfo() {
-  StripDebugInfo = true;
-}
+void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; }
 
 /// RememberAndSkipFunctionBody - When we see the block for a function body,
 /// remember where it is and then skip it.  This lets us lazily deserialize the