summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-02-20 14:09:04 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-02-20 14:09:04 +0000
commitf9e1e5e9a370b3cb8e3872d3100ae46382f4beeb (patch)
tree3354142d378955416380d19ba163e4db39d8f388
parentd48460fefeab226655a969b4698d13e2dceaa4e1 (diff)
downloadbcm5719-llvm-f9e1e5e9a370b3cb8e3872d3100ae46382f4beeb.tar.gz
bcm5719-llvm-f9e1e5e9a370b3cb8e3872d3100ae46382f4beeb.zip
Remove really old "APPLE LOCAL" markers.
llvm-svn: 201791
-rw-r--r--clang/lib/CodeGen/CGObjCMac.cpp2
-rw-r--r--clang/test/CodeGen/debug-info-block.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGObjCMac.cpp b/clang/lib/CodeGen/CGObjCMac.cpp
index eb6ca4cde0f..7b7c1ef7466 100644
--- a/clang/lib/CodeGen/CGObjCMac.cpp
+++ b/clang/lib/CodeGen/CGObjCMac.cpp
@@ -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;
diff --git a/clang/test/CodeGen/debug-info-block.c b/clang/test/CodeGen/debug-info-block.c
index 403e4aaccb8..35ee0dd6e76 100644
--- a/clang/test/CodeGen/debug-info-block.c
+++ b/clang/test/CodeGen/debug-info-block.c
@@ -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.
OpenPOWER on IntegriCloud