[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcInstrSelection.cpp

Misha Brukman brukman at cs.uiuc.edu
Tue Oct 21 23:56:00 PDT 2003


Changes in directory llvm/lib/Target/Sparc:

SparcInstrSelection.cpp updated: 1.123 -> 1.124

---
Log message:

Removed completely duplicated function comment (an identical one appears later).


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

Index: llvm/lib/Target/Sparc/SparcInstrSelection.cpp
diff -u llvm/lib/Target/Sparc/SparcInstrSelection.cpp:1.123 llvm/lib/Target/Sparc/SparcInstrSelection.cpp:1.124
--- llvm/lib/Target/Sparc/SparcInstrSelection.cpp:1.123	Tue Oct 21 07:28:27 2003
+++ llvm/lib/Target/Sparc/SparcInstrSelection.cpp	Tue Oct 21 23:55:09 2003
@@ -40,25 +40,6 @@
 }
 
 
-
-//---------------------------------------------------------------------------
-// Function: GetMemInstArgs
-// 
-// Purpose:
-//   Get the pointer value and the index vector for a memory operation
-//   (GetElementPtr, Load, or Store).  If all indices of the given memory
-//   operation are constant, fold in constant indices in a chain of
-//   preceding GetElementPtr instructions (if any), and return the
-//   pointer value of the first instruction in the chain.
-//   All folded instructions are marked so no code is generated for them.
-//
-// Return values:
-//   Returns the pointer Value to use.
-//   Returns the resulting IndexVector in idxVec.
-//   Returns true/false in allConstantIndices if all indices are/aren't const.
-//---------------------------------------------------------------------------
-
-
 //---------------------------------------------------------------------------
 // Function: FoldGetElemChain
 // 





More information about the llvm-commits mailing list