Remove a stale comment

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

llvm-svn: 237736
This commit is contained in:
Philip Reames 2015-05-19 22:26:33 +00:00
parent 490bbd6fa4
commit 7738dd68cf
1 changed files with 0 additions and 3 deletions

View 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