[llvm] r237736 - Remove a stale comment

Philip Reames listmail at philipreames.com
Tue May 19 15:26:33 PDT 2015


Author: reames
Date: Tue May 19 17:26:33 2015
New Revision: 237736

URL: http://llvm.org/viewvc/llvm-project?rev=237736&view=rev
Log:
Remove a stale comment

The todo was implemented a while ago; I just forgot to remove the comment.  


Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/StatepointLowering.cpp

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/StatepointLowering.cpp?rev=237736&r1=237735&r2=237736&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/StatepointLowering.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/StatepointLowering.cpp Tue May 19 17:26:33 2015
@@ -565,9 +565,6 @@ void SelectionDAGBuilder::LowerStatepoin
   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





More information about the llvm-commits mailing list