diff options
author | Mike Stump <mrs@apple.com> | 2009-11-16 06:50:58 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-11-16 06:50:58 +0000 |
commit | c849c052d6b4b70f2651c1969531861a5f230053 (patch) | |
tree | b67620b7b9fd6e85155ea4dfd0c53512532a28c2 /lib/CodeGen/CodeGenFunction.h | |
parent | 083e3060b77917c1c1096127ab99ae921d7e8782 (diff) |
Implement most of dynamic_cast. WIP.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88901 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 743bf947f8..d0f184fc6f 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -664,6 +664,7 @@ public: void EmitCXXDeleteExpr(const CXXDeleteExpr *E); llvm::Value* EmitCXXTypeidExpr(const CXXTypeidExpr *E); + llvm::Value *EmitDynamicCast(llvm::Value *V, const CXXDynamicCastExpr *DCE); //===--------------------------------------------------------------------===// // Declaration Emission |