diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2006-01-27 21:26:54 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2006-01-27 21:26:54 +0000 |
| commit | a814f0b31cad147c62077edbfa0cdcc3722ccd45 (patch) | |
| tree | 51397320a615859bddad50f9299deea165092d2f /llvm/lib/Target/X86/X86.h | |
| parent | 822f6295382113ce1626cef15416cd9fa76a4d21 (diff) | |
| download | bcm5719-llvm-a814f0b31cad147c62077edbfa0cdcc3722ccd45.tar.gz bcm5719-llvm-a814f0b31cad147c62077edbfa0cdcc3722ccd45.zip | |
Bye bye Pattern ISel, hello DAG ISel.
llvm-svn: 25700
Diffstat (limited to 'llvm/lib/Target/X86/X86.h')
| -rw-r--r-- | llvm/lib/Target/X86/X86.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86.h b/llvm/lib/Target/X86/X86.h index 3f5332368c5..c29fef2e607 100644 --- a/llvm/lib/Target/X86/X86.h +++ b/llvm/lib/Target/X86/X86.h @@ -25,7 +25,7 @@ class FunctionPass; class IntrinsicLowering; class MachineCodeEmitter; -extern bool X86DAGIsel; +extern bool X86PatIsel; /// createX86ISelPattern - This pass converts an LLVM function into a /// machine code representation using pattern matching and a machine |

