diff options
author | Mike Stump <mrs@apple.com> | 2009-11-16 21:22:19 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-11-16 21:22:19 +0000 |
commit | 81c2e60a56d4728c3f4a595f3ff511a1cfa6ed9c (patch) | |
tree | 4d43d9f1227e3a6183c74470ca006f1edd8c130e /lib/CodeGen/CGCXXExpr.cpp | |
parent | e705641ba59a7eb6b211057865ea894b99c9e602 (diff) |
Audit done, all the required casts are already done.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88966 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGCXXExpr.cpp')
-rw-r--r-- | lib/CodeGen/CGCXXExpr.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/CGCXXExpr.cpp b/lib/CodeGen/CGCXXExpr.cpp index 918ea0b5a9..7f56148728 100644 --- a/lib/CodeGen/CGCXXExpr.cpp +++ b/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; |