aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/StableBasicBlockNumbering.h
Commit message (Collapse)AuthorAgeFilesLines
* StableBasicBlockNumbering is conceptually just a wrapper around UniqueVector,Chris Lattner2007-02-051-22/+11
| | | | | | | so we should actually use a UniqueVector to implement it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33935 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21411 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkin of the StableBasicBlockNumbering, a little helper class for ↵Chris Lattner2004-06-191-0/+70
computing (strangely enough) a stable (determinstic) numbering for basic blocks. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14246 91177308-0d34-0410-b5e6-96231b3b80d8