]> granicus.if.org Git - clang/commitdiff
Reformat line.
authorEric Christopher <echristo@gmail.com>
Sun, 14 Jul 2013 21:15:27 +0000 (21:15 +0000)
committerEric Christopher <echristo@gmail.com>
Sun, 14 Jul 2013 21:15:27 +0000 (21:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186294 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.h

index 29df600447482a0183156f6a505239ac95518126..010e5ef291a860a64d9fef61f379321c96bfee49 100644 (file)
@@ -67,8 +67,7 @@ class CGDebugInfo {
 
   /// ObjCInterfaceCache - Cache of previously constructed interfaces
   /// which may change. Storing a pair of DIType and checksum.
-  llvm::DenseMap<void *, std::pair<llvm::WeakVH, unsigned > >
-    ObjCInterfaceCache;
+  llvm::DenseMap<void *, std::pair<llvm::WeakVH, unsigned> > ObjCInterfaceCache;
 
   /// RetainedTypes - list of interfaces we want to keep even if orphaned.
   std::vector<void *> RetainedTypes;