Audit done, all the required casts are already done.

llvm-svn: 88966
This commit is contained in:
Mike Stump 2009-11-16 21:22:19 +00:00
parent 37b4b8b1da
commit bf44533846
1 changed files with 0 additions and 2 deletions

View File

@ -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;