AsmMatcherEmitter: Use stable_sort when reordering instructions, so that order
authorDaniel Dunbar <daniel@zuster.org>
Tue, 2 Feb 2010 23:46:36 +0000 (23:46 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 2 Feb 2010 23:46:36 +0000 (23:46 +0000)
commite1f6de3fbd892ea3f918a26912660cf316866fc1
treeb15620e5e2a29a46afecba77e6c8e6fc278f3ee5
parent6cafdcc9afb294b62962f94f03cc48d6b18712d0
AsmMatcherEmitter: Use stable_sort when reordering instructions, so that order
is still deterministic even amongst ambiguous instructions (eventually ambiguous
match orders will be a hard error, but we aren't there yet).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95157 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmMatcherEmitter.cpp