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)
commit23b0d490cdf27b2cba7b497aceeb5c79b0d0c9fe
treeaa2caef3abf2779c0442833c44c08996c44b4fcb
parent2ebf63f8e2b009680e1822d7f3351b21cdc02e63
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