Changes in directory llvm/include/llvm/CodeGen:

SelectionDAGISel.h updated: 1.15 -> 1.16
---
Log message:

Remove the temporary option: -no-isel-fold-inflight


---
Diffs of the changes:  (+0 -1)

 SelectionDAGISel.h |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/include/llvm/CodeGen/SelectionDAGISel.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGISel.h:1.15 
llvm/include/llvm/CodeGen/SelectionDAGISel.h:1.16
--- llvm/include/llvm/CodeGen/SelectionDAGISel.h:1.15   Thu Apr 27 21:09:19 2006
+++ llvm/include/llvm/CodeGen/SelectionDAGISel.h        Fri Apr 28 13:54:11 2006
@@ -40,7 +40,6 @@
   SSARegMap *RegMap;
   SelectionDAG *CurDAG;
   MachineBasicBlock *BB;
-  bool FoldNodeInFlight;
 
   SelectionDAGISel(TargetLowering &tli) : TLI(tli), JT(0,0,0,0) {}
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to