mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
Get rid of old comment
This commit is contained in:
@@ -225,7 +225,6 @@ pub fn unwrap_predecessors(&self) -> &IndexVec<BasicBlock, Vec<BasicBlock>> {
|
||||
|
||||
#[inline]
|
||||
pub fn predecessors(&mut self) -> &IndexVec<BasicBlock, Vec<BasicBlock>> {
|
||||
// TODO(nashenas88) figure out a way to get rid of this clone
|
||||
if self.predecessors_cache.is_none() {
|
||||
self.predecessors_cache = Some(self.calculate_predecessors())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user