Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.70 -> 1.71 --- Log message: Remove bogus comment. --- Diffs of the changes: (+0 -1) X86ISelDAGToDAG.cpp | 1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp diff -u llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:1.70 llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:1.71 --- llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:1.70 Tue May 30 01:59:36 2006 +++ llvm/lib/Target/X86/X86ISelDAGToDAG.cpp Tue May 30 15:24:48 2006 @@ -461,7 +461,6 @@ /// SelectLEAAddr - it calls SelectAddr and determines if the maximal addressing /// mode it matches can be cost effectively emitted as an LEA instruction. -/// For X86, it always is unless it's just a (Reg + const). bool X86DAGToDAGISel::SelectLEAAddr(SDOperand N, SDOperand &Base, SDOperand &Scale, SDOperand &Index, SDOperand &Disp) { _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits