This is an archive of the discontinued LLVM Phabricator instance.

Rename ScopStmt::contains(BB) to represents(BB). NFC.
ClosedPublic

Authored by nandini12396 on Jul 25 2017, 7:17 AM.

Details

Summary

In future, there will be no more a 1:1 correspondence between statements and basic blocks, the name contains does not correctly capture their relationship. A BB may infact comprise of multiple statements; hence we describe a statement representing a basic block.

Diff Detail

Repository
rL LLVM

Event Timeline

nandini12396 created this revision.Jul 25 2017, 7:17 AM
Meinersbur accepted this revision.Jul 25 2017, 9:23 AM
This revision is now accepted and ready to land.Jul 25 2017, 9:23 AM
This revision was automatically updated to reflect the committed changes.