summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCXXExpr.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-11-16 21:22:19 +0000
committerMike Stump <mrs@apple.com>2009-11-16 21:22:19 +0000
commitbf44533846973fda837b822508a6f51fd1a51695 (patch)
tree7f0a10801f47f9c4c985a2520405a6d16b80417c /clang/lib/CodeGen/CGCXXExpr.cpp
parent37b4b8b1da5069837104d804060606be5ffb9594 (diff)
downloadbcm5719-llvm-bf44533846973fda837b822508a6f51fd1a51695.tar.gz
bcm5719-llvm-bf44533846973fda837b822508a6f51fd1a51695.zip
Audit done, all the required casts are already done.
llvm-svn: 88966
Diffstat (limited to 'clang/lib/CodeGen/CGCXXExpr.cpp')
-rw-r--r--clang/lib/CodeGen/CGCXXExpr.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGCXXExpr.cpp b/clang/lib/CodeGen/CGCXXExpr.cpp
index 918ea0b5a98..7f561487283 100644
--- a/clang/lib/CodeGen/CGCXXExpr.cpp
+++ b/clang/lib/CodeGen/CGCXXExpr.cpp
@@ -440,8 +440,6 @@ llvm::Value *CodeGenFunction::EmitDynamicCast(llvm::Value *V,
// FIXME: Add support for ToVoid
- // FIXME: Ensure non-runtime casts are done before this point.
-
llvm::BasicBlock *ContBlock = createBasicBlock();
llvm::BasicBlock *NullBlock = 0;
llvm::BasicBlock *NonZeroBlock = 0;
OpenPOWER on IntegriCloud