mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-13 10:32:06 +00:00
add a helper method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82376 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
49b301c40a
commit
f00a7d91c0
@ -268,6 +268,13 @@ namespace llvm {
|
||||
/// @name Registry Access
|
||||
/// @{
|
||||
|
||||
static unsigned getNumTargets() {
|
||||
unsigned Res = 0;
|
||||
for (iterator I = begin(), E = end(); I != E; ++I)
|
||||
++Res;
|
||||
return Res;
|
||||
}
|
||||
|
||||
static iterator begin();
|
||||
|
||||
static iterator end() { return iterator(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user