Don't sort the names before outputing the intrinsic name table. It causes a
authorEvan Cheng <evan.cheng@apple.com>
Tue, 28 Mar 2006 22:25:56 +0000 (22:25 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 28 Mar 2006 22:25:56 +0000 (22:25 +0000)
commitf065a6f711dca09ba36ec8fd3556c4936cdbe621
tree4f4cb6a2488802acee2266519404bff10c4da1b9
parentcef896e50cf58e6b3dc3cd431693d78b8ebfa079
Don't sort the names before outputing the intrinsic name table. It causes a
mismatch against the enum table.
This is a part of Sabre's master plan to drive me nuts with subtle bugs that
happens to only affect x86 be. :-)

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