summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-02-28 15:36:15 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-02-28 15:36:15 +0000
commitf3d3b0134dba1da9b88efec28640f148bc2e3f54 (patch)
treeb301fe83c7b558f1df455c30f1ede7d7b1121fac
parentee7b8993433de3e4f278c315b3bab05070a3a880 (diff)
downloadbcm5719-llvm-f3d3b0134dba1da9b88efec28640f148bc2e3f54.tar.gz
bcm5719-llvm-f3d3b0134dba1da9b88efec28640f148bc2e3f54.zip
Remove stray semi-colons.
llvm-svn: 151631
-rw-r--r--clang/lib/CodeGen/CGObjCMac.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGObjCMac.cpp b/clang/lib/CodeGen/CGObjCMac.cpp
index db910d9f3aa..f0682f2de9d 100644
--- a/clang/lib/CodeGen/CGObjCMac.cpp
+++ b/clang/lib/CodeGen/CGObjCMac.cpp
@@ -1080,7 +1080,7 @@ public:
virtual void GenerateClass(const ObjCImplementationDecl *ClassDecl);
- virtual void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) {};
+ virtual void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) {}
virtual llvm::Value *GenerateProtocolRef(CGBuilderTy &Builder,
const ObjCProtocolDecl *PD);
@@ -1335,7 +1335,7 @@ public:
virtual void GenerateClass(const ObjCImplementationDecl *ClassDecl);
- virtual void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) {};
+ virtual void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) {}
virtual llvm::Value *GenerateProtocolRef(CGBuilderTy &Builder,
const ObjCProtocolDecl *PD);
OpenPOWER on IntegriCloud