addPassesToJITCompile and addPassesToEmitMachineCode now take a
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 13 Aug 2003 18:17:27 +0000 (18:17 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 13 Aug 2003 18:17:27 +0000 (18:17 +0000)
commit8844a0ba898a3a1db7f5fd91ecf6a5402e3d51a0
treeb20b5257fa277640b491df8cbbfb64968a3b2463
parentc227c1fc7fe9dcfbb1ee0245d5b9b190e2835631
addPassesToJITCompile and addPassesToEmitMachineCode now take a
 FunctionPassManager, to support function-at-a-time compilation and
 emission of code.

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