summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2016-01-25 22:37:47 +0000
committerManman Ren <manman.ren@gmail.com>2016-01-25 22:37:47 +0000
commitb373677c61b9eb830ad10aed65e0c965204ccabc (patch)
treeb608072de88667686131a8f1eaec467a2a42432e
parentcd2f6bbd5c12972328f006a07353995b269dad44 (diff)
downloadbcm5719-llvm-b373677c61b9eb830ad10aed65e0c965204ccabc.tar.gz
bcm5719-llvm-b373677c61b9eb830ad10aed65e0c965204ccabc.zip
Update comments to match the implementation.
llvm-svn: 258735
-rw-r--r--clang/lib/CodeGen/CGObjCMac.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGObjCMac.cpp b/clang/lib/CodeGen/CGObjCMac.cpp
index ef0515c36e0..079ec1531f8 100644
--- a/clang/lib/CodeGen/CGObjCMac.cpp
+++ b/clang/lib/CodeGen/CGObjCMac.cpp
@@ -5359,6 +5359,7 @@ ObjCTypesHelper::ObjCTypesHelper(CodeGen::CodeGenModule &cgm)
// char *class_name;
// struct _objc_method_list *instance_method;
// struct _objc_method_list *class_method;
+ // struct _objc_protocol_list *protocols;
// uint32_t size; // sizeof(struct _objc_category)
// struct _objc_property_list *instance_properties;// category's @property
// }
OpenPOWER on IntegriCloud