Factor out more code into addCommonCodeGenPasses. The JIT wasn't
authorDan Gohman <gohman@apple.com>
Sat, 31 Oct 2009 20:17:39 +0000 (20:17 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 31 Oct 2009 20:17:39 +0000 (20:17 +0000)
commit499a9377a3dcce85f39f04b2ab39c3dffa3025ef
tree5e5aa93fdf6b599478c9b1e50075962d24e7ef78
parentc1dc35094e3ffcb4b3a765f0f786b8a2948bc321
Factor out more code into addCommonCodeGenPasses. The JIT wasn't
previously running CodePlacementOpt. Also print headers before
each dump in -print-machineinstrs mode, so that it's clear which
dump is which.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85681 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LLVMTargetMachine.cpp