Remove usage of unsigned long: unsigned should be enough!
authorChris Lattner <sabre@nondot.org>
Sun, 31 Aug 2003 01:48:21 +0000 (01:48 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 31 Aug 2003 01:48:21 +0000 (01:48 +0000)
commit22ab2a16e5477d96d579c04a9798a6cddd277434
tree1439d7e7a4d44a2e57e8a18cf1e9a28a137974fb
parentca82e6c3d17461e45b90ae5a7ceee852edd140c8
Remove usage of unsigned long: unsigned should be enough!
Remove explicit use of a stack<>, use a vector instead

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8246 91177308-0d34-0410-b5e6-96231b3b80d8
include/Support/SCCIterator.h
include/llvm/ADT/SCCIterator.h