From 1b47a28ff95455d2e753c1886b46ae4f201b9a28 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 23 Oct 2014 15:20:05 +0000 Subject: clang-format two code snippets to make the next patch easy to read. llvm-svn: 220484 --- llvm/lib/Bitcode/Reader/BitcodeReader.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp') diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp index f113c2c..ca6d73c 100644 --- a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp +++ b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp @@ -2071,7 +2071,8 @@ std::error_code BitcodeReader::ParseModule(bool Resume) { // creating now, so that we can match up the body with them later. if (!isProto) { FunctionsWithBodies.push_back(Func); - if (LazyStreamer) DeferredFunctionInfo[Func] = 0; + if (LazyStreamer) + DeferredFunctionInfo[Func] = 0; } break; } -- cgit v1.1