aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-02-01 23:16:41 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-02-01 23:16:41 +0000
commit2123160919813224202fcd90d64025c32eea3e78 (patch)
tree81bdb2d016313d36974fb5c66078409d191a1417 /lldb/scripts/Python
parent30febeb224e0f76ed225e4b1c05e0970b113f1b6 (diff)
downloadllvm-2123160919813224202fcd90d64025c32eea3e78.zip
llvm-2123160919813224202fcd90d64025c32eea3e78.tar.gz
llvm-2123160919813224202fcd90d64025c32eea3e78.tar.bz2
Specify SubRegIndex components on the index itself.
It is simpler to define a composite index directly: def ssub_2 : SubRegIndex<[dsub_1, ssub_0]>; def ssub_3 : SubRegIndex<[dsub_1, ssub_1]>; Than specifying the composite indices on each register: CompositeIndices = [(ssub_2 dsub_1, ssub_0), (ssub_3 dsub_1, ssub_1)] in ... This also makes it clear that SubRegIndex composition is supposed to be unique. llvm-svn: 149556
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions