summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-14 21:15:27 +0000
committerEric Christopher <echristo@gmail.com>2013-07-14 21:15:27 +0000
commite9348f6df5b4b51f600d74653a0882cbd7392eb7 (patch)
tree4c1c7db4f31326fd2520d9244bdb4b1d4627d203 /clang/lib/CodeGen/CGDebugInfo.h
parent324bbbd16a19c85c4fabbb0996b4a4a69093c3c4 (diff)
downloadbcm5719-llvm-e9348f6df5b4b51f600d74653a0882cbd7392eb7.tar.gz
bcm5719-llvm-e9348f6df5b4b51f600d74653a0882cbd7392eb7.zip
Reformat line.
llvm-svn: 186294
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h
index 29df6004474..010e5ef291a 100644
--- a/clang/lib/CodeGen/CGDebugInfo.h
+++ b/clang/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<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;
OpenPOWER on IntegriCloud