From 33696cd9cf04286f658ab5cc647cb6a8385762d7 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Tue, 1 Jul 2008 18:15:04 +0000 Subject: Do run ComputeLiveOutVRegInfo with -fast. llvm-svn: 52975 --- llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 9ee419251c6..12ba6ac3583 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -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 -- cgit v1.2.3