Remove a stale comment
authorPhilip Reames <listmail@philipreames.com>
Tue, 19 May 2015 22:26:33 +0000 (22:26 +0000)
committerPhilip Reames <listmail@philipreames.com>
Tue, 19 May 2015 22:26:33 +0000 (22:26 +0000)
The todo was implemented a while ago; I just forgot to remove the comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237736 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/StatepointLowering.cpp

index 7a809f4239fe35fdc450d658afa03700af877238..19048d2c20b2b90e9399bf6db8f609e67e6241bb 100644 (file)
@@ -565,9 +565,6 @@ void SelectionDAGBuilder::LowerStatepoint(
   ISP.verify();
 
   // Check that the associated GCStrategy expects to encounter statepoints.
-  // TODO: This if should become an assert.  For now, we allow the GCStrategy
-  // to be optional for backwards compatibility.  This will only last a short
-  // period (i.e. a couple of weeks).
   assert(GFI->getStrategy().useStatepoints() &&
          "GCStrategy does not expect to encounter statepoints");
 #endif