mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 06:33:21 +00:00
Do run ComputeLiveOutVRegInfo with -fast.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52975 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8458f5d45b
commit
f1a792bc59
@ -5347,7 +5347,7 @@ void SelectionDAGISel::CodeGenAndEmitDAG(SelectionDAG &DAG) {
|
||||
|
||||
if (ViewISelDAGs) DAG.viewGraph();
|
||||
|
||||
if (EnableValueProp) // FIXME: Only do this if !fast.
|
||||
if (!FastISel && EnableValueProp)
|
||||
ComputeLiveOutVRegInfo(DAG);
|
||||
|
||||
// Third, instruction select all of the operations to machine code, adding the
|
||||
|
Loading…
x
Reference in New Issue
Block a user