Remove bogus comment.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 30 May 2006 20:24:48 +0000 (20:24 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 30 May 2006 20:24:48 +0000 (20:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28564 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelDAGToDAG.cpp

index 422b19591595ecf7ffac5a70cfa88f58a7aa5bbe..3afee990b9152b9fe85b2ce3dee4a00292919a80 100644 (file)
@@ -461,7 +461,6 @@ bool X86DAGToDAGISel::SelectAddr(SDOperand N, SDOperand &Base, SDOperand &Scale,
 
 /// 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) {