]> granicus.if.org Git - clang/commitdiff
clang-format function. NFC.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 21 Jan 2015 14:55:00 +0000 (14:55 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 21 Jan 2015 14:55:00 +0000 (14:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226662 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenModule.cpp

index 6611a71104388ddad61f1c25163d885423899593..0c8d4f65f096160debfad67a4d33990a5857850c 100644 (file)
@@ -1095,7 +1095,8 @@ void CodeGenModule::EmitDeferred() {
     }
 
     // Stop if we're out of both deferred v-tables and deferred declarations.
-    if (DeferredDeclsToEmit.empty()) break;
+    if (DeferredDeclsToEmit.empty())
+      break;
 
     DeferredGlobal &G = DeferredDeclsToEmit.back();
     GlobalDecl D = G.GD;
@@ -1106,7 +1107,6 @@ void CodeGenModule::EmitDeferred() {
     if (!GV)
       GV = GetGlobalValue(getMangledName(D));
 
-
     // Check to see if we've already emitted this.  This is necessary
     // for a couple of reasons: first, decls can end up in the
     // deferred-decls queue multiple times, and second, decls can end