Fit into 80 cols
authorChris Lattner <sabre@nondot.org>
Wed, 11 Jan 2006 00:46:55 +0000 (00:46 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 11 Jan 2006 00:46:55 +0000 (00:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25191 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelDAGToDAG.cpp

index e4cd61191ccadb41fbde9d69d871b5ed9e1d0950..f4956b44cc537dccdaf66cb7f8c8875012bbd81b 100644 (file)
@@ -315,7 +315,8 @@ static bool isRegister0(SDOperand Op) {
 /// 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,
+bool X86DAGToDAGISel::SelectLEAAddr(SDOperand N, SDOperand &Base,
+                                    SDOperand &Scale,
                                     SDOperand &Index, SDOperand &Disp) {
   X86ISelAddressMode AM;
   if (!MatchAddress(N, AM)) {