Allow the selection-dag based selector to be diabled with -disable-pattern-isel.
authorChris Lattner <sabre@nondot.org>
Fri, 7 Jan 2005 07:50:50 +0000 (07:50 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Jan 2005 07:50:50 +0000 (07:50 +0000)
commit18ad19488d41e074090169f7ab0b629f3d995210
tree64f4f28d712fdc92b09477a187cb0409710f0e24
parent8acb1ba04d466f66faca126aacbac03fbe6e2d89
Allow the selection-dag based selector to be diabled with -disable-pattern-isel.

For now, this is the default, as the current selector is missing some big pieces.
To enable the new selector, pass -disable-pattern-isel=false to llc or lli.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19335 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86TargetMachine.cpp