mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-24 12:29:33 +00:00
Remove a stale comment
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
This commit is contained in:
parent
556425f9a9
commit
486f97bf19
@ -565,9 +565,6 @@ void SelectionDAGBuilder::LowerStatepoint(
|
|||||||
ISP.verify();
|
ISP.verify();
|
||||||
|
|
||||||
// Check that the associated GCStrategy expects to encounter statepoints.
|
// 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() &&
|
assert(GFI->getStrategy().useStatepoints() &&
|
||||||
"GCStrategy does not expect to encounter statepoints");
|
"GCStrategy does not expect to encounter statepoints");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user