addPassesToJITCompile now takes a FunctionPassManager, to support
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 13 Aug 2003 18:15:52 +0000 (18:15 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 13 Aug 2003 18:15:52 +0000 (18:15 +0000)
commitb428654076f5faae00c1e64a0f0a398b22703109
treee7a77edba5ed845dff8076ab6aa265e71d97feed
parent9826bdb7d829b2e48669a3ab69b0e6286f524001
addPassesToJITCompile now takes a FunctionPassManager, to support
 function-at-a-time compilation and emission of code.
Separate addPassesToEmitAssembly from addPassesToJITCompile, because
 the latter requires you to use FunctionPasses, and the former might
 diverge anyway.

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