]> granicus.if.org Git - clang/commitdiff
Audit done, all the required casts are already done.
authorMike Stump <mrs@apple.com>
Mon, 16 Nov 2009 21:22:19 +0000 (21:22 +0000)
committerMike Stump <mrs@apple.com>
Mon, 16 Nov 2009 21:22:19 +0000 (21:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88966 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGCXXExpr.cpp

index 918ea0b5a981adc5aabf4ec2e71739dc02eea4b4..7f561487283bdbc022737be2167ec7451f6da9c9 100644 (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;