Emit the switch stmt cases in alphabetical order instead of pointer order,
authorChris Lattner <sabre@nondot.org>
Mon, 26 Sep 2005 21:59:35 +0000 (21:59 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Sep 2005 21:59:35 +0000 (21:59 +0000)
commit3748147aaf73cba847ffad30a55de7e7df214b13
tree33176d4b4355657ead9533bc28bbddaea0e9118f
parente6b90fba4a0ab4ea14bbb11f029305b7153905cb
Emit the switch stmt cases in alphabetical order instead of pointer order,
which is not stable.

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