Hey everyone.

I am currently doing some small fixes to SILSuccessor (adding some comments and 
fixing some issues exposed by LLVM upstream). As I read the code it became 
pretty apparent that the name is a misnomer... SILSuccessor is not just 
representing a successor, rather it is representing a whole CFG edge. This can 
be seen in how SILSuccessor is used to iterate over the predecessors of the 
block.

With that in mind, I would like to rename SILSuccessor to SILCFGEdge. It will 
make it much clearer without knowing any context what this data structure is 
used for.

Any objections, disagreements, flames, etc?
Michael
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to