Run code placement optimization for targets that want it (arm and x86 for now).
authorEvan Cheng <evan.cheng@apple.com>
Wed, 13 May 2009 21:42:09 +0000 (21:42 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 13 May 2009 21:42:09 +0000 (21:42 +0000)
commit6ebf7bc7405ee79d27d50b70f0c1a474cbea820d
treefd3f08887870223c52e3eb8cb257c4377eaeb8bd
parentbe1be5ef0d5a2bb52746b6bd69d4b1e88513c81a
Run code placement optimization for targets that want it (arm and x86 for now).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71726 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/CodePlacementOpt.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp