diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-22 04:55:09 +0000 | 
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-22 04:55:09 +0000 | 
| commit | cc0d34223d6d2ea8dfcc195b70d4827241e897d1 (patch) | |
| tree | 415a1f66f444c3ffbe74485d0d5179163a13c30d /llvm | |
| parent | 980d74c752e2115555c6879edc876b460478189d (diff) | |
| download | bcm5719-llvm-cc0d34223d6d2ea8dfcc195b70d4827241e897d1.tar.gz bcm5719-llvm-cc0d34223d6d2ea8dfcc195b70d4827241e897d1.zip  | |
Removed completely duplicated function comment (an identical one appears later).
llvm-svn: 9368
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Target/Sparc/SparcInstrSelection.cpp | 19 | 
1 files changed, 0 insertions, 19 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInstrSelection.cpp b/llvm/lib/Target/Sparc/SparcInstrSelection.cpp index 9c4fcd610b7..ae73b7687e7 100644 --- a/llvm/lib/Target/Sparc/SparcInstrSelection.cpp +++ b/llvm/lib/Target/Sparc/SparcInstrSelection.cpp @@ -40,25 +40,6 @@ static inline void Add3OperandInstr(unsigned Opcode, InstructionNode* Node,  } - -//--------------------------------------------------------------------------- -// 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  //   | 

