Add a utility script to find a mis-optimization problem. This sometimes
authorReid Spencer <rspencer@reidspencer.com>
Thu, 9 Nov 2006 00:26:17 +0000 (00:26 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 9 Nov 2006 00:26:17 +0000 (00:26 +0000)
commit28b7c7feab6219f4c9c7efc3b71a0a3f4880a14d
treee49c3e0433842bc3385cc6c19e51e76a2a88858a
parent3ebb5a1cb894c2ca3d15bf511462cf06156d0073
Add a utility script to find a mis-optimization problem. This sometimes
helps when bugpoint can't find the problem directly because it needs the
set of optimizations that cause the program to fail.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31580 91177308-0d34-0410-b5e6-96231b3b80d8
utils/findmisopt [new file with mode: 0755]