r186294 - Reformat line.
Eric Christopher
echristo at gmail.com
Sun Jul 14 14:15:27 PDT 2013
Author: echristo
Date: Sun Jul 14 16:15:27 2013
New Revision: 186294
URL: http://llvm.org/viewvc/llvm-project?rev=186294&view=rev
Log:
Reformat line.
Modified:
cfe/trunk/lib/CodeGen/CGDebugInfo.h
Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.h?rev=186294&r1=186293&r2=186294&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.h (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.h Sun Jul 14 16:15:27 2013
@@ -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;
More information about the cfe-commits
mailing list