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

David Greene dag at cray.com
Tue Jan 22 13:16:55 PST 2013


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(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-InfoKV-Value-Accessor.patch
Type: text/x-patch
Size: 2018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130122/98ed3c78/attachment.bin>


More information about the llvm-commits mailing list