diff options
author | Eric Christopher <echristo@gmail.com> | 2013-07-14 21:15:27 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-07-14 21:15:27 +0000 |
commit | e9348f6df5b4b51f600d74653a0882cbd7392eb7 (patch) | |
tree | 4c1c7db4f31326fd2520d9244bdb4b1d4627d203 | |
parent | 324bbbd16a19c85c4fabbb0996b4a4a69093c3c4 (diff) | |
download | bcm5719-llvm-e9348f6df5b4b51f600d74653a0882cbd7392eb7.tar.gz bcm5719-llvm-e9348f6df5b4b51f600d74653a0882cbd7392eb7.zip |
Reformat line.
llvm-svn: 186294
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 3 |
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; |