Remove really old "APPLE LOCAL" markers.

llvm-svn: 201791
This commit is contained in:
Rafael Espindola 2014-02-20 14:09:04 +00:00
parent d48460fefe
commit f9e1e5e9a3
2 changed files with 1 additions and 2 deletions

View File

@ -2568,7 +2568,7 @@ llvm::Constant *CGObjCCommonMac::GetProtocolRef(const ObjCProtocolDecl *PD) {
}
/*
// APPLE LOCAL radar 4585769 - Objective-C 1.0 extensions
// Objective-C 1.0 extensions
struct _objc_protocol {
struct _objc_protocol_extension *isa;
char *protocol_name;

View File

@ -1,5 +1,4 @@
// RUN: %clang_cc1 -fblocks -g -emit-llvm -o - %s | FileCheck %s
// APPLE LOCAL file 5939894 */
// Verify that the desired debugging type is generated for a structure
// member that is a pointer to a block.