Turn on -new-live-intervals by default.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 8 Feb 2013 23:18:37 +0000 (23:18 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 8 Feb 2013 23:18:37 +0000 (23:18 +0000)
commitea871523ecaa99a8fd7f12b5f57e2ee19743362d
treecf1d1a60f9f2b82e5e2d223e3b5c7b77c238df9c
parentdbdebe2736561e6465b81a896254442b8f91167f
Turn on -new-live-intervals by default.

This uses a liveness algorithm that does not depend on data from the
LiveVariables analysis, it is the first step towards removing
LiveVariables completely.

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