From: Eric Christopher Date: Sun, 14 Jul 2013 21:15:27 +0000 (+0000) Subject: Reformat line. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f855a9c2517fc80803ab81a4aa0bb015918cf21;p=clang Reformat line. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186294 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index 29df600447..010e5ef291 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -67,8 +67,7 @@ class CGDebugInfo { /// ObjCInterfaceCache - Cache of previously constructed interfaces /// which may change. Storing a pair of DIType and checksum. - llvm::DenseMap > - ObjCInterfaceCache; + llvm::DenseMap > ObjCInterfaceCache; /// RetainedTypes - list of interfaces we want to keep even if orphaned. std::vector RetainedTypes;