[llvm-commits] [PATCH] Add InfoKV Value Accessor

greened at obbligato.org greened at obbligato.org
Thu Jan 24 07:53:05 PST 2013


David Greene <dag at cray.com> writes:

> Add a routine to search an IntoKV table and return the value member
> corresponding to the given key.  We'll use this to grab some new
> hardware models out of a subtarget table.
> ---
>  llvm/include/llvm/MC/SubtargetFeature.h |    6 ++++++
>  llvm/lib/MC/SubtargetFeature.cpp        |   26 ++++++++++++++++++++++++++
>  2 files changed, 32 insertions(+), 0 deletions(-)
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Ping?

                          -David



More information about the llvm-commits mailing list