mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-23 12:11:58 +00:00
Update header documentation for API deliberately made public
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273473 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
277258478e
commit
c81dea1072
@ -138,8 +138,9 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
/// getDFSNumIn/getDFSNumOut - These are an internal implementation detail, do
|
||||
/// not call them.
|
||||
/// getDFSNumIn/getDFSNumOut - These return the DFS visitation order for nodes
|
||||
/// in the dominator tree. They are only guaranteed valid if
|
||||
/// updateDFSNumbers() has been called.
|
||||
unsigned getDFSNumIn() const { return DFSNumIn; }
|
||||
unsigned getDFSNumOut() const { return DFSNumOut; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user