From cc0d34223d6d2ea8dfcc195b70d4827241e897d1 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 22 Oct 2003 04:55:09 +0000 Subject: [PATCH] Removed completely duplicated function comment (an identical one appears later). llvm-svn: 9368 --- llvm/lib/Target/Sparc/SparcInstrSelection.cpp | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/llvm/lib/Target/Sparc/SparcInstrSelection.cpp b/llvm/lib/Target/Sparc/SparcInstrSelection.cpp index 9c4fcd610b72..ae73b7687e7d 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 //