OSDN Git Service

Move post-RA scheduling before branch folding for now, because branch
authorDan Gohman <gohman@apple.com>
Thu, 18 Dec 2008 01:36:42 +0000 (01:36 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 18 Dec 2008 01:36:42 +0000 (01:36 +0000)
commitb8ef544b5ac2663919c307e0f0d27a0f8cff555e
treeaa2caef3abf2779c0442833c44c08996c44b4fcb
parent64caad9f917f546bd57d06e852ad68990dabea89
Move post-RA scheduling before branch folding for now, because branch
folding's tail merging doesn't currently preserve liveness information
which post-RA scheduling requires.

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