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 | 65511704f761b87b08388964c0458f0d08e770e4 (patch) | |
tree | 97af20f543402560218e33a22a09f5792b63685f /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 266ee4a5b350989705d9b2a72006b6e35b485f63 (diff) | |
download | bcm5719-llvm-65511704f761b87b08388964c0458f0d08e770e4.tar.gz bcm5719-llvm-65511704f761b87b08388964c0458f0d08e770e4.zip |
Implement most of dynamic_cast. WIP.
llvm-svn: 88901
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 743bf947f82..d0f184fc6f7 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/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 |