Replace the dynamically computed std::set lookup method for subregisters with a hasht...
authorOwen Anderson <resistor@mac.com>
Tue, 1 Jul 2008 00:18:52 +0000 (00:18 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 1 Jul 2008 00:18:52 +0000 (00:18 +0000)
commitf4f9c4f1cf4d497c63e40e6c7ef545c8c716a5ce
tree1c9a5e746bc3000736c4c823b335df90c8597ccb
parent528bc028774513ee76125f85ceb8f704f5901cc8
Replace the dynamically computed std::set lookup method for subregisters with a hashtable-based
version that is computed by tblgen at the time LLVM is compiled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52945 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetRegisterInfo.h
lib/Target/TargetRegisterInfo.cpp
utils/TableGen/RegisterInfoEmitter.cpp