Work around a few 'sorting issues' with the bytecode output that causes the bytecode
authorChris Lattner <sabre@nondot.org>
Thu, 26 Jul 2001 16:30:18 +0000 (16:30 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Jul 2001 16:30:18 +0000 (16:30 +0000)
commit8ce0669a56f97eaa83f6386edf65fcbe4caa39c8
tree2cabacdd1bf990910e60fecd813beb724b827d83
parent1333ed5b4fd3d30ba9ef56741af4d345a9e43953
Work around a few 'sorting issues' with the bytecode output that causes the bytecode
not to be bit for bit identical.  This is a hack and should be fixed in the future

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306 91177308-0d34-0410-b5e6-96231b3b80d8
test/Feature/TestAsmDisasm.sh
test/Feature/TestOptimizer.sh