add a new bugpoint mode -llc-safe. This uses LLC for both halves of a
authorChris Lattner <sabre@nondot.org>
Thu, 9 Nov 2006 05:57:53 +0000 (05:57 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 Nov 2006 05:57:53 +0000 (05:57 +0000)
commitcd6f46e2ac4c1d64067237c0b28eccfae22bd9f4
treecb0e1106d69c3fe50ff37aadc9545a385ebfaf83
parentb324bd735ff5c99a52cd3c3f5d01c0e1398a2d3a
add a new bugpoint mode -llc-safe.  This uses LLC for both halves of a
miscompilation.  This is useful for working around GCC+CBE bugs or for handling
programs that CBE doesn't support (e.g. inline asm) when searching for
optimizer bugs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31588 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/ExecutionDriver.cpp