summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCRuntime.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-02-03 20:11:42 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-02-03 20:11:42 +0000
commit45858d2d59718f95fc3ba8dc7aac63d217dc3abd (patch)
tree4ef415ed071bc502549930c3383e1e25ae6d941d /clang/lib/CodeGen/CGObjCRuntime.h
parentd231689adb9966454451aebc18d99473cc9519f2 (diff)
downloadbcm5719-llvm-45858d2d59718f95fc3ba8dc7aac63d217dc3abd.tar.gz
bcm5719-llvm-45858d2d59718f95fc3ba8dc7aac63d217dc3abd.zip
Revert "Numerous changes to selector handling:", this breaks a whole bunch of
working code, for no apparent reason. llvm-svn: 95244
Diffstat (limited to 'clang/lib/CodeGen/CGObjCRuntime.h')
-rw-r--r--clang/lib/CodeGen/CGObjCRuntime.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/lib/CodeGen/CGObjCRuntime.h b/clang/lib/CodeGen/CGObjCRuntime.h
index 2c27c140314..ff5d40bfbc8 100644
--- a/clang/lib/CodeGen/CGObjCRuntime.h
+++ b/clang/lib/CodeGen/CGObjCRuntime.h
@@ -95,12 +95,6 @@ public:
/// this compilation unit with the runtime library.
virtual llvm::Function *ModuleInitFunction() = 0;
- virtual llvm::Constant *GetConstantSelector(Selector Sel) = 0;
-
- /// Get a typed selector.
- virtual llvm::Constant *GetConstantTypedSelector(
- const ObjCMethodDecl *Method) = 0;
-
/// Get a selector for the specified name and type values. The
/// return value should have the LLVM type for pointer-to
/// ASTContext::getObjCSelType().
OpenPOWER on IntegriCloud